Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/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.4/drivers/infiniband/ulp/srp/
Dib_srp.h120 struct list_head target_list; member
Dib_srp.c3311 list_add_tail(&target->list, &host->target_list); in srp_add_target()
3368 list_for_each_entry(t, &host->target_list, list) { in srp_conn_unique()
4065 INIT_LIST_HEAD(&host->target_list); in srp_add_port()
4219 list_for_each_entry(target, &host->target_list, list) in srp_remove_one()
/Linux-v5.4/include/linux/
Dmodule.h291 struct list_head target_list; member
492 struct list_head target_list; member
/Linux-v5.4/drivers/android/
Dbinder.c797 struct list_head *target_list) in binder_enqueue_work_ilocked() argument
799 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked()
801 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked()
1188 struct list_head *target_list) in binder_inc_node_nilocked() argument
1197 if (target_list == NULL && in binder_inc_node_nilocked()
1209 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked()
1210 struct binder_thread *thread = container_of(target_list, in binder_inc_node_nilocked()
1213 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked()
1221 if (target_list == NULL) { in binder_inc_node_nilocked()
1229 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked()
[all …]
/Linux-v5.4/kernel/
Dmodule.c819 INIT_LIST_HEAD(&mod->target_list); in module_unload_init()
861 list_add(&use->target_list, &a->target_list); in add_module_usage()
893 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) { in module_unload_free()
898 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()