Searched refs:target_list (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ |
D | netconsole.c | 77 static LIST_HEAD(target_list); 654 list_add(&nt->list, &target_list); in make_netconsole_target() 717 list_for_each_entry(nt, &target_list, list) { in netconsole_netdev_event() 837 if ((oops_only && !oops_in_progress) || list_empty(&target_list)) in write_ext_msg() 841 list_for_each_entry(nt, &target_list, list) in write_ext_msg() 857 if (list_empty(&target_list)) in write_msg() 861 list_for_each_entry(nt, &target_list, list) { in write_msg() 916 list_add(&nt->list, &target_list); in init_netconsole() 947 list_for_each_entry_safe(nt, tmp, &target_list, list) { in init_netconsole() 972 list_for_each_entry_safe(nt, tmp, &target_list, list) { in cleanup_netconsole()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | bcmsdh.c | 367 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local 377 target_list = pktlist; in brcmf_sdiod_sglist_rw() 400 target_list = &local_list; in brcmf_sdiod_sglist_rw() 406 target_list->qlen); in brcmf_sdiod_sglist_rw() 407 seg_sz = target_list->qlen; in brcmf_sdiod_sglist_rw() 409 pkt_next = target_list->next; in brcmf_sdiod_sglist_rw() 433 while (pkt_next != (struct sk_buff *)target_list) { in brcmf_sdiod_sglist_rw()
|
/Linux-v4.19/drivers/infiniband/ulp/srp/ |
D | ib_srp.h | 109 struct list_head target_list; member
|
D | ib_srp.c | 3274 list_add_tail(&target->list, &host->target_list); in srp_add_target() 3331 list_for_each_entry(t, &host->target_list, list) { in srp_conn_unique() 4013 INIT_LIST_HEAD(&host->target_list); in srp_add_port() 4149 list_for_each_entry(target, &host->target_list, list) in srp_remove_one()
|
/Linux-v4.19/include/linux/ |
D | module.h | 275 struct list_head target_list; member 467 struct list_head target_list; member
|
/Linux-v4.19/drivers/android/ |
D | binder.c | 803 struct list_head *target_list) in binder_enqueue_work_ilocked() argument 805 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked() 807 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked() 1251 struct list_head *target_list) in binder_inc_node_nilocked() argument 1260 if (target_list == NULL && in binder_inc_node_nilocked() 1272 if (!node->has_strong_ref && target_list) { in binder_inc_node_nilocked() 1285 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked() 1291 if (target_list == NULL) { in binder_inc_node_nilocked() 1299 binder_enqueue_work_ilocked(&node->work, target_list); in binder_inc_node_nilocked() 1306 struct list_head *target_list) in binder_inc_node() argument [all …]
|
/Linux-v4.19/kernel/ |
D | module.c | 812 INIT_LIST_HEAD(&mod->target_list); in module_unload_init() 854 list_add(&use->target_list, &a->target_list); in add_module_usage() 886 list_for_each_entry_safe(use, tmp, &mod->target_list, target_list) { in module_unload_free() 891 list_del(&use->target_list); in module_unload_free() 1674 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links() 1687 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()
|