Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Ddefrag.c957 bool locked, struct list_head *target_list, in defrag_collect_targets() argument
1061 if (list_empty(target_list)) in defrag_collect_targets()
1063 last = list_last_entry(target_list, in defrag_collect_targets()
1079 if (!list_empty(target_list)) { in defrag_collect_targets()
1082 last = list_last_entry(target_list, in defrag_collect_targets()
1102 list_add_tail(&new->list, target_list); in defrag_collect_targets()
1112 list_for_each_entry_safe(entry, tmp, target_list, list) { in defrag_collect_targets()
1198 LIST_HEAD(target_list); in defrag_one_range()
1242 &target_list, last_scanned_ret); in defrag_one_range()
1246 list_for_each_entry(entry, &target_list, list) { in defrag_one_range()
[all …]
/linux/kernel/module/
H A Dsysfs.c243 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links()
256 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()
H A Dinternal.h118 struct list_head target_list; member
H A Dmain.c632 INIT_LIST_HEAD(&mod->target_list); in module_unload_init()
672 list_add(&use->target_list, &a->target_list); in add_module_usage()
703 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) { in module_unload_free()
708 list_del(&use->target_list); in module_unload_free()
/linux/drivers/net/
H A Dnetconsole.c78 static LIST_HEAD(target_list);
337 list_add(&nt->list, &target_list); in process_resume_target()
393 list_move(&nt->list, &target_list); in netconsole_process_cleanups_core()
636 list_for_each_entry(nt, &target_list, list) { in unregister_netcons_consoles()
1379 list_for_each_entry(nt, &target_list, list) { in find_cmdline_target()
1422 list_add(&nt->list, &target_list); in make_netconsole_target()
1571 list_for_each_entry_safe(nt, tmp, &target_list, list) { in netconsole_netdev_event()
1897 list_for_each_entry(nt, &target_list, list) { in netconsole_write()
2150 list_add(&nt->list, &target_list); in init_netconsole()
2191 list_for_each_entry_safe(nt, tmp, &target_list, list) { in init_netconsole()
[all …]
/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst243 memory accesses. This will be presented in sysfs via the :code:`target_list`
262 The :code:`target_list` parameter is filled by the CFMWS target fields. Targets
290 create_ram_region modalias target_list
312 devtype locked size target_list
571 # cat /sys/bus/cxl/devices/decoder0.0/target_list start size
576 # cat /sys/bus/cxl/devices/decoder0.1/target_list start size
581 # cat /sys/bus/cxl/devices/decoder0.2/target_list start size
596 - :code:`target_list` - the list of downstream ports
/linux/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/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/drivers/android/
H A Dbinder.c444 struct list_head *target_list) in binder_enqueue_work_ilocked() argument
446 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked()
448 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked()
822 struct list_head *target_list) in binder_inc_node_nilocked() argument
831 if (target_list == NULL && in binder_inc_node_nilocked()
843 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
844 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
847 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked()
854 if (!node->has_weak_ref && target_list && list_empty(&node->work.entry)) in binder_inc_node_nilocked()
855 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked()
[all …]
/linux/drivers/cxl/core/
H A Dhdm.c991 } target_list; in init_hdm_decoder() local
1096 target_list.value = (hi << 32) + lo; in init_hdm_decoder()
1098 cxld->target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
H A Dport.c194 static DEVICE_ATTR_RO(target_list);
/linux/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/Documentation/ABI/testing/
H A Dsysfs-bus-cxl289 What: /sys/bus/cxl/devices/decoderX.Y/target_list