Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/
Dnetconsole.c65 static LIST_HEAD(target_list);
643 list_add(&nt->list, &target_list); in make_netconsole_target()
706 list_for_each_entry(nt, &target_list, list) { in netconsole_netdev_event()
826 if ((oops_only && !oops_in_progress) || list_empty(&target_list)) in write_ext_msg()
830 list_for_each_entry(nt, &target_list, list) in write_ext_msg()
846 if (list_empty(&target_list)) in write_msg()
850 list_for_each_entry(nt, &target_list, list) { in write_msg()
905 list_add(&nt->list, &target_list); in init_netconsole()
936 list_for_each_entry_safe(nt, tmp, &target_list, list) { in init_netconsole()
961 list_for_each_entry_safe(nt, tmp, &target_list, list) { in cleanup_netconsole()
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
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-v5.15/drivers/infiniband/ulp/srp/
Dib_srp.h116 struct list_head target_list; member
Dib_srp.c3141 list_add_tail(&target->list, &host->target_list); in srp_add_target()
3198 list_for_each_entry(t, &host->target_list, list) { in srp_conn_unique()
3891 INIT_LIST_HEAD(&host->target_list); in srp_add_port()
4036 list_for_each_entry(target, &host->target_list, list) in srp_remove_one()
/Linux-v5.15/include/linux/
Dmodule.h308 struct list_head target_list; member
523 struct list_head target_list; member
/Linux-v5.15/drivers/android/
Dbinder.c387 struct list_head *target_list) in binder_enqueue_work_ilocked() argument
389 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked()
391 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked()
757 struct list_head *target_list) in binder_inc_node_nilocked() argument
766 if (target_list == NULL && in binder_inc_node_nilocked()
778 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
779 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
782 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked()
790 if (target_list == NULL) { in binder_inc_node_nilocked()
798 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked()
[all …]
/Linux-v5.15/kernel/
Dmodule.c766 INIT_LIST_HEAD(&mod->target_list); in module_unload_init()
808 list_add(&use->target_list, &a->target_list); in add_module_usage()
839 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) { in module_unload_free()
844 list_del(&use->target_list); in module_unload_free()
1723 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links()
1736 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-cxl98 What: /sys/bus/cxl/devices/decoderX.Y/target_list
/Linux-v5.15/drivers/cxl/core/
Dbus.c129 static DEVICE_ATTR_RO(target_list);