Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/
Dnetconsole.c65 static LIST_HEAD(target_list);
642 list_add(&nt->list, &target_list); in make_netconsole_target()
705 list_for_each_entry(nt, &target_list, list) { in netconsole_netdev_event()
825 if ((oops_only && !oops_in_progress) || list_empty(&target_list)) in write_ext_msg()
829 list_for_each_entry(nt, &target_list, list) in write_ext_msg()
845 if (list_empty(&target_list)) in write_msg()
849 list_for_each_entry(nt, &target_list, list) { in write_msg()
904 list_add(&nt->list, &target_list); in init_netconsole()
935 list_for_each_entry_safe(nt, tmp, &target_list, list) { in init_netconsole()
960 list_for_each_entry_safe(nt, tmp, &target_list, list) { in cleanup_netconsole()
/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dbcmsdh.c384 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local
396 target_list = pktlist; in brcmf_sdiod_sglist_rw()
419 target_list = &local_list; in brcmf_sdiod_sglist_rw()
425 target_list->qlen); in brcmf_sdiod_sglist_rw()
447 skb_queue_walk(target_list, pkt_next) { in brcmf_sdiod_sglist_rw()
/Linux-v5.10/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()
3919 INIT_LIST_HEAD(&host->target_list); in srp_add_port()
4064 list_for_each_entry(target, &host->target_list, list) in srp_remove_one()
/Linux-v5.10/include/linux/
Dmodule.h305 struct list_head target_list; member
519 struct list_head target_list; member
/Linux-v5.10/drivers/android/
Dbinder.c793 struct list_head *target_list) in binder_enqueue_work_ilocked() argument
795 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked()
797 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked()
1163 struct list_head *target_list) in binder_inc_node_nilocked() argument
1172 if (target_list == NULL && in binder_inc_node_nilocked()
1184 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
1185 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
1188 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked()
1196 if (target_list == NULL) { in binder_inc_node_nilocked()
1204 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked()
[all …]
/Linux-v5.10/kernel/
Dmodule.c830 INIT_LIST_HEAD(&mod->target_list); in module_unload_init()
872 list_add(&use->target_list, &a->target_list); in add_module_usage()
903 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) { in module_unload_free()
908 list_del(&use->target_list); in module_unload_free()
1780 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links()
1793 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()