Searched refs:target_list (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/net/ |
| D | netconsole.c | 65 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/ |
| D | bcmsdh.c | 385 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/ |
| D | ib_srp.h | 120 struct list_head target_list; member
|
| D | ib_srp.c | 3311 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/ |
| D | module.h | 291 struct list_head target_list; member 492 struct list_head target_list; member
|
| /Linux-v5.4/drivers/android/ |
| D | binder.c | 797 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/ |
| D | module.c | 819 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()
|