| /Linux-v6.6/fs/btrfs/ |
| D | defrag.c | 826 bool locked, struct list_head *target_list, in defrag_collect_targets() argument 931 if (list_empty(target_list)) in defrag_collect_targets() 933 last = list_entry(target_list->prev, in defrag_collect_targets() 949 if (!list_empty(target_list)) { in defrag_collect_targets() 952 last = list_entry(target_list->prev, in defrag_collect_targets() 972 list_add_tail(&new->list, target_list); in defrag_collect_targets() 982 list_for_each_entry_safe(entry, tmp, target_list, list) { in defrag_collect_targets() 1064 LIST_HEAD(target_list); in defrag_one_range() 1105 &target_list, last_scanned_ret); in defrag_one_range() 1109 list_for_each_entry(entry, &target_list, list) { in defrag_one_range() [all …]
|
| /Linux-v6.6/drivers/net/ |
| D | netconsole.c | 66 static LIST_HEAD(target_list); 697 list_add(&nt->list, &target_list); in make_netconsole_target() 760 list_for_each_entry(nt, &target_list, list) { in netconsole_netdev_event() 897 if ((oops_only && !oops_in_progress) || list_empty(&target_list)) in write_ext_msg() 901 list_for_each_entry(nt, &target_list, list) in write_ext_msg() 917 if (list_empty(&target_list)) in write_msg() 921 list_for_each_entry(nt, &target_list, list) { in write_msg() 978 list_add(&nt->list, &target_list); in init_netconsole() 1009 list_for_each_entry_safe(nt, tmp, &target_list, list) { in init_netconsole() 1035 list_for_each_entry_safe(nt, tmp, &target_list, list) { in cleanup_netconsole()
|
| /Linux-v6.6/kernel/module/ |
| D | sysfs.c | 249 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links() 262 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()
|
| D | main.c | 554 INIT_LIST_HEAD(&mod->target_list); in module_unload_init() 594 list_add(&use->target_list, &a->target_list); in add_module_usage() 625 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) { in module_unload_free() 630 list_del(&use->target_list); in module_unload_free()
|
| /Linux-v6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | bcmsdh.c | 385 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-v6.6/drivers/infiniband/ulp/srp/ |
| D | ib_srp.h | 127 struct list_head target_list; member
|
| D | ib_srp.c | 3133 list_add_tail(&target->list, &host->target_list); in srp_add_target() 3195 list_for_each_entry(t, &host->target_list, list) { in srp_conn_unique() 3963 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-v6.6/include/linux/ |
| D | module.h | 308 struct list_head target_list; member 565 struct list_head target_list; member
|
| /Linux-v6.6/drivers/android/ |
| D | binder.c | 439 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() 809 struct list_head *target_list) in binder_inc_node_nilocked() argument 818 if (target_list == NULL && in binder_inc_node_nilocked() 830 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked() 831 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked() 834 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked() 842 if (target_list == NULL) { in binder_inc_node_nilocked() 850 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked() [all …]
|
| /Linux-v6.6/drivers/cxl/core/ |
| D | hdm.c | 806 } target_list; in init_hdm_decoder() local 905 target_list.value = (hi << 32) + lo; in init_hdm_decoder() 907 target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
|
| D | port.c | 180 static DEVICE_ATTR_RO(target_list);
|
| /Linux-v6.6/drivers/hwtracing/ptt/ |
| D | hisi_ptt.c | 584 struct list_head *target_list; in hisi_ptt_update_filters() local 586 target_list = info.is_port ? &hisi_ptt->port_filters : in hisi_ptt_update_filters() 589 list_for_each_entry_safe(filter, tmp, target_list, list) in hisi_ptt_update_filters()
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-bus-cxl | 222 What: /sys/bus/cxl/devices/decoderX.Y/target_list
|