Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dnetconsole.c76 static LIST_HEAD(target_list);
284 list_move(&nt->list, &target_list); in netconsole_process_cleanups_core()
527 list_for_each_entry(nt, &target_list, list) { in unregister_netcons_consoles()
1261 list_for_each_entry(nt, &target_list, list) { in find_cmdline_target()
1304 list_add(&nt->list, &target_list); in make_netconsole_target()
1432 list_for_each_entry_safe(nt, tmp, &target_list, list) { in netconsole_netdev_event()
1718 if ((oops_only && !oops_in_progress) || list_empty(&target_list)) in write_ext_msg()
1722 list_for_each_entry(nt, &target_list, list) in write_ext_msg()
1738 if (list_empty(&target_list)) in write_msg()
1742 list_for_each_entry(nt, &target_list, list) { in write_msg()
[all …]
/linux/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 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/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/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()
3965 INIT_LIST_HEAD(&host->target_list); in srp_add_port()
4099 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.c992 } target_list; in init_hdm_decoder() local
1097 target_list.value = (hi << 32) + lo; in init_hdm_decoder()
1099 cxld->target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
H A Dport.c194 static DEVICE_ATTR_RO(target_list);
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl289 What: /sys/bus/cxl/devices/decoderX.Y/target_list