Home
last modified time | relevance | path

Searched refs:target_list (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/fs/btrfs/
H A Ddefrag.c963 bool locked, struct list_head *target_list, in defrag_collect_targets() argument
1067 if (list_empty(target_list)) in defrag_collect_targets()
1069 last = list_entry(target_list->prev, in defrag_collect_targets()
1085 if (!list_empty(target_list)) { in defrag_collect_targets()
1088 last = list_entry(target_list->prev, in defrag_collect_targets()
1108 list_add_tail(&new->list, target_list); in defrag_collect_targets()
1200 LIST_HEAD(target_list); in defrag_one_range()
1241 &target_list, last_scanned_ret); in defrag_one_range()
1245 list_for_each_entry(entry, &target_list, list) { in defrag_one_range()
1280 LIST_HEAD(target_list); in defrag_one_cluster()
[all …]
/linux-6.15/drivers/net/
H A Dnetconsole.c76 static LIST_HEAD(target_list);
269 list_move(&nt->list, &target_list); in netconsole_process_cleanups_core()
1128 list_for_each_entry(nt, &target_list, list) { in find_cmdline_target()
1171 list_add(&nt->list, &target_list); in make_netconsole_target()
1301 list_for_each_entry_safe(nt, tmp, &target_list, list) { in netconsole_netdev_event()
1577 list_for_each_entry(nt, &target_list, list) in write_ext_msg()
1593 if (list_empty(&target_list)) in write_msg()
1597 list_for_each_entry(nt, &target_list, list) { in write_msg()
1718 list_add(&nt->list, &target_list); in init_netconsole()
1750 list_for_each_entry_safe(nt, tmp, &target_list, list) { in init_netconsole()
[all …]
/linux-6.15/kernel/module/
H A Dsysfs.c244 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links()
257 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()
H A Dmain.c580 INIT_LIST_HEAD(&mod->target_list); in module_unload_init()
620 list_add(&use->target_list, &a->target_list); in add_module_usage()
651 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) { in module_unload_free()
656 list_del(&use->target_list); in module_unload_free()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c385 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local
397 target_list = pktlist; in brcmf_sdiod_sglist_rw()
420 target_list = &local_list; in brcmf_sdiod_sglist_rw()
426 target_list->qlen); in brcmf_sdiod_sglist_rw()
448 skb_queue_walk(target_list, pkt_next) { in brcmf_sdiod_sglist_rw()
/linux-6.15/drivers/infiniband/ulp/srp/
H A Dib_srp.h127 struct list_head target_list; member
H A Dib_srp.c3134 list_add_tail(&target->list, &host->target_list); in srp_add_target()
3196 list_for_each_entry(t, &host->target_list, list) { in srp_conn_unique()
3964 INIT_LIST_HEAD(&host->target_list); in srp_add_port()
4098 list_for_each_entry(target, &host->target_list, list) in srp_remove_one()
/linux-6.15/drivers/android/
H A Dbinder.c439 struct list_head *target_list) in binder_enqueue_work_ilocked() argument
441 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked()
443 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked()
817 struct list_head *target_list) in binder_inc_node_nilocked() argument
826 if (target_list == NULL && in binder_inc_node_nilocked()
842 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked()
850 if (target_list == NULL) { in binder_inc_node_nilocked()
865 struct list_head *target_list) in binder_inc_node() argument
1248 struct list_head *target_list) in binder_inc_ref_olocked() argument
1465 struct list_head *target_list, in binder_inc_ref_for_node() argument
[all …]
/linux-6.15/include/linux/
H A Dmodule.h319 struct list_head target_list; member
581 struct list_head target_list; member
/linux-6.15/drivers/hwtracing/ptt/
H A Dhisi_ptt.c587 struct list_head *target_list; in hisi_ptt_update_filters() local
589 target_list = info.is_port ? &hisi_ptt->port_filters : in hisi_ptt_update_filters()
592 list_for_each_entry_safe(filter, tmp, target_list, list) in hisi_ptt_update_filters()
/linux-6.15/drivers/cxl/core/
H A Dhdm.c985 } target_list; in init_hdm_decoder() local
1090 target_list.value = (hi << 32) + lo; in init_hdm_decoder()
1092 target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
H A Dport.c191 static DEVICE_ATTR_RO(target_list);
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-cxl289 What: /sys/bus/cxl/devices/decoderX.Y/target_list