/kernel/linux/linux-6.6/drivers/soc/ti/ |
H A D | k3-ringacc.c | 199 * @list: list of RAs in the system 220 struct list_head list; member 1293 list_for_each_entry(entry, &k3_ringacc_list, list) in of_k3_ringacc_get_by_phandle() 1548 list_add_tail(&ringacc->list, &k3_ringacc_list); in k3_ringacc_probe() 1559 list_del(&ringacc->list); in k3_ringacc_remove()
|
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | main.c | 10 * and add it to the list of power-controlled devices. sysfs entries for 13 * A separate list is used for keeping track of power info, because the power 15 * subsystem list maintains. 48 * The entries in the dpm_list list are in a depth first order, simply 50 * are inserted at the back of the list on discovery. 110 * device_pm_lock - Lock the list of active devices used by the PM core. 118 * device_pm_unlock - Unlock the list of active devices used by the PM core. 126 * device_pm_add - Add a device to the PM core's list of active devices. 127 * @dev: Device to add to the list. 148 * device_pm_remove - Remove a device from the PM core's list o 1092 struct list_head list; dpm_complete() local [all...] |
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | cpufreq.c | 92 * Two notifier lists: the "policy" list is involved in the 94 * "transition" list for kernel code that needs to handle 1333 /* Remove policy from list */ in cpufreq_policy_free() 2057 * @list: CPUFREQ_TRANSITION_NOTIFIER or CPUFREQ_POLICY_NOTIFIER. 2059 * Add a notifier to one of two lists: either a list of notifiers that run on 2060 * clock rate changes (once before and once after every transition), or a list 2066 int cpufreq_register_notifier(struct notifier_block *nb, unsigned int list) in cpufreq_register_notifier() argument 2073 switch (list) { in cpufreq_register_notifier() 2103 * @list: CPUFREQ_TRANSITION_NOTIFIER or CPUFREQ_POLICY_NOTIFIER. 2110 int cpufreq_unregister_notifier(struct notifier_block *nb, unsigned int list) in cpufreq_unregister_notifier() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 17 * copyright notice, this list of conditions and the following 21 * copyright notice, this list of conditions and the following 44 #include <linux/list.h> 405 unsigned int niqflint; /* N ingress Qs/w free list(s) & intr */ 744 unsigned int cntxt_id; /* SGE context id for the free list */ 745 unsigned int size; /* capacity of free list */ 753 /* A packet gather list */ 771 struct sk_buff_head lroq; /* list of aggregated sessions */ 882 struct sk_buff_head sendq; /* list of backpressured packets */ 892 struct sk_buff_head sendq; /* list o 1039 struct list_head list; global() member 1076 struct list_head list; global() member 1086 struct list_head list; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 292 list_for_each_entry(efi, &e->flows, list) { in mlx5e_take_all_encap_flows() 413 list_for_each_entry_safe(efi, tmp, &e->flows, list) { in mlx5e_tc_update_neigh_used_value() 545 list_del(&flow->encaps[out_index].list); in mlx5e_detach_encap() 917 list_add(&flow->encaps[out_index].list, &e->flows); in mlx5e_attach_encap()
|
/kernel/linux/linux-6.6/drivers/i3c/master/ |
H A D | dw-i3c-master.c | 17 #include <linux/list.h> 420 list_add_tail(&xfer->node, &master->xferqueue.list); in dw_i3c_master_enqueue_xfer() 514 xfer = list_first_entry_or_null(&master->xferqueue.list, in dw_i3c_master_end_xfer_locked() 1444 INIT_LIST_HEAD(&master->xferqueue.list); in dw_i3c_common_probe()
|
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.c | 1777 list_del(&hw->list); in release_hw() 1871 list_add(&hw->bch[i].ch.list, &hw->dch.dev.bchannels); in setup_instance() 1898 list_add_tail(&hw->list, &HFClist); in setup_instance() 2132 list_for_each_entry_safe(hw, next, &HFClist, list) in hfcsusb_disconnect()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-cache-metadata.c | 106 struct list_head list; member 795 * We keep a little list of ref counted metadata objects to prevent two 806 list_for_each_entry(cmd, &table, list) in lookup() 841 list_add(&cmd->list, &table); in lookup_or_open() 881 list_del(&cmd->list); in dm_cache_metadata_close()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_api.c | 24 #include <linux/list.h> 116 /* Protects list of registered TC modules. It is pure SMP lock. */ 125 /* The list of all installed queueing disciplines. */ 510 list_for_each_entry(stab, &qdisc_stab_list, list) { in qdisc_get_stab() 535 list_add_tail(&stab->list, &qdisc_stab_list); in qdisc_get_stab() 546 list_del(&tab->list); in qdisc_put_stab()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 780 N_EXP_SLEEP=$($IP -6 route list |grep expires|wc -l) 800 N_EXP_SLEEP=$($IP -6 route list |grep expires|wc -l) 2378 perf list fib:* | grep -q fib_table_lookup 2384 perf list fib6:* | grep -q fib6_table_lookup 2419 echo "IPv4 multipath list receive tests" 2450 # Packets forwarded in a list using a multipath route must not reuse a 2467 echo "IPv6 multipath list receive tests" 2495 # Packets forwarded in a list using a multipath route must not reuse a
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evlist.c | 133 * @evlist: selected event list 206 void evlist__splice_list_tail(struct evlist *evlist, struct list_head *list) in evlist__splice_list_tail() argument 208 while (!list_empty(list)) { in evlist__splice_list_tail() 211 __evlist__for_each_entry_safe(list, temp, evsel) { in evlist__splice_list_tail() 218 __evlist__for_each_entry_safe(list, temp, evsel) { in evlist__splice_list_tail() 413 /* Ensure the empty list doesn't iterate. */ in evlist__cpu_begin() 423 * through the list. in evlist__cpu_begin() 455 * the list. in evlist_cpu_iterator__next() 984 * @evlist: list of events 2236 * @evlist: event list [all...] |
H A D | header.c | 13 #include <linux/list.h> 1563 list_for_each_entry(caps, &pmu->caps, list) { in __write_pmu_caps() 1819 fprintf(fp, "# %s cpu list : %s\n", n->pmu_name, n->cpus); in print_hybrid_topology() 2073 fprintf(fp, "# node%u cpu list : ", n->node); in print_numa_topology() 3449 bool full; /* extended list of headers */
|
/kernel/linux/linux-6.6/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 350 PyObject *obj = NULL, *list = NULL; in get_field_numeric_entry() local 355 list = PyList_New(field->arraylen); in get_field_numeric_entry() 380 PyList_SET_ITEM(list, i, obj); in get_field_numeric_entry() 383 obj = list; in get_field_numeric_entry() 424 Py_FatalError("couldn't create Python list"); in python_process_callchain() 517 Py_FatalError("couldn't create Python list"); in python_process_brstack() 606 Py_FatalError("couldn't create Python list"); in python_process_brstacksym() 701 Py_FatalError("couldn't create Python list"); in set_sample_read_in_dict() 2035 fprintf(ofp, "# See the perf-script-python Documentation for the list " in python_generate_script()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emupcm.c | 129 .list = efx_capture_channels, 146 .list = capture_buffer_sizes, 156 .list = capture_rates, 183 .list = audigy_capture_rates,
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctatc.c | 1261 const struct snd_pci_quirk *list; in atc_identify_card() local 1267 list = subsys_20k1_list; in atc_identify_card() 1271 list = subsys_20k2_list; in atc_identify_card() 1283 p = snd_pci_quirk_lookup_id(vendor_id, device_id, list); in atc_identify_card()
|
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 255 LIST_HEAD(list); in xdp_recv_frames() 274 list_add_tail(&skb->list, &list); in xdp_recv_frames() 276 netif_receive_skb_list(&list); in xdp_recv_frames()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_fdb.c | 277 * added to the bridge private HW address list and all required ports 288 list_for_each_entry(p, &br->port_list, list) { in fdb_add_hw_addr() 298 list_for_each_entry_continue_reverse(p, &br->port_list, list) { in fdb_add_hw_addr() 305 * also removed from the bridge private HW address list and updates all 315 list_for_each_entry(p, &br->port_list, list) { in fdb_del_hw_addr() 348 list_for_each_entry(op, &br->port_list, list) { in fdb_delete_local()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_map.c | 12 #include <linux/list.h> 135 list_add_tail(&link->list, &psock->link); in sock_map_add_link() 146 list_for_each_entry_safe(link, tmp, &psock->link, list) { in sock_map_del_link() 157 list_del(&link->list); in sock_map_del_link() 1024 /* Add new element to the head of the list, so that in sock_hash_update_common() 1150 * the list is still linked to sockhash. Since link in sock_hash_free()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sock.c | 721 list_for_each_entry(hdev, &hci_dev_list, list) { in send_monitor_replay() 848 list_for_each_entry(c, &mgmt_chan_list, list) { in __hci_mgmt_chan_find() 878 list_add_tail(&c->list, &mgmt_chan_list); in hci_mgmt_chan_register() 889 list_del(&c->list); in hci_mgmt_chan_unregister()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 271 struct list_head list; member 314 list); in sb_dequeue() 315 list_del(&sb->list); in sb_dequeue() 374 list_add_tail(&sb->list, &ms->sync_queue); in sb_queue_tail()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | quirks.c | 164 INIT_LIST_HEAD(&fp->list); in create_fixed_stream_quirk() 210 list_del(&fp->list); /* unlink for avoiding double-free */ in create_fixed_stream_quirk() 457 INIT_LIST_HEAD(&fp->list); in create_uaxx_quirk() 479 list_del(&fp->list); /* unlink for avoiding double-free */ in create_uaxx_quirk() 1570 /* if more models come, this will go to the quirk list. */ in snd_usb_apply_boot_quirk()
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | pcm.c | 448 .list = rates, 1356 list_for_each_entry(pcm, &codec->pcm_list_head, list) in avs_component_hda_probe() 1366 pcm = list_first_entry(&codec->pcm_list_head, struct hda_pcm, list); in avs_component_hda_probe() 1368 for (i = 0; i < pcm_count; i++, pcm = list_next_entry(pcm, list)) { in avs_component_hda_probe()
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xsk.c | 1006 * synchronizes access to the list of maps (map_list). For in xsk_delete_from_maps() 1008 * "map lock"->"socket map list lock". We start off by in xsk_delete_from_maps() 1009 * accessing the socket map list, and take a reference to the in xsk_delete_from_maps() 1556 sk_for_each(sk, &net->xdp.list) { in xsk_notifier() 1654 sk_add_node_rcu(sk, &net->xdp.list); in xsk_create() 1675 INIT_HLIST_HEAD(&net->xdp.list); in xsk_net_init() 1681 WARN_ON_ONCE(!hlist_empty(&net->xdp.list)); in xsk_net_exit()
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 1160 list_add_tail(&node->list, in read_children() 1261 list_add(&exfat->root->list, &exfat->dir_list); in exfat_filesystem_check() 1265 struct exfat_inode, list); in exfat_filesystem_check() 1283 list_del(&dir->list); in exfat_filesystem_check()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundle.java | 549 * @return the list of available locales 558 * @return the list of available locales 566 * @return the list of available locales for the specified type 574 * @return the list of available locales 582 * @return the list of available locales 591 * @return the list of available locales 599 * @return the list of available locales 607 * @return the list of available locales 614 * Convert a list of ULocales to a list o [all...] |