Searched refs:target_list (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/ |
| A D | netconsole.c | 76 static LIST_HEAD(target_list); 279 list_move(&nt->list, &target_list); in netconsole_process_cleanups_core() 495 list_for_each_entry(nt, &target_list, list) { in unregister_netcons_consoles() 1247 list_for_each_entry(nt, &target_list, list) { in find_cmdline_target() 1290 list_add(&nt->list, &target_list); in make_netconsole_target() 1429 list_for_each_entry_safe(nt, tmp, &target_list, list) { in netconsole_netdev_event() 1705 list_for_each_entry(nt, &target_list, list) in write_ext_msg() 1721 if (list_empty(&target_list)) in write_msg() 1725 list_for_each_entry(nt, &target_list, list) { in write_msg() 1961 list_add(&nt->list, &target_list); in init_netconsole() [all …]
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A 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()
|
| /drivers/android/ |
| A D | binder.c | 443 struct list_head *target_list) in binder_enqueue_work_ilocked() argument 445 BUG_ON(target_list == NULL); in binder_enqueue_work_ilocked() 447 list_add_tail(&work->entry, target_list); in binder_enqueue_work_ilocked() 821 struct list_head *target_list) in binder_inc_node_nilocked() argument 830 if (target_list == NULL && in binder_inc_node_nilocked() 846 BUG_ON(&thread->todo != target_list); in binder_inc_node_nilocked() 854 if (target_list == NULL) { in binder_inc_node_nilocked() 869 struct list_head *target_list) in binder_inc_node() argument 1252 struct list_head *target_list) in binder_inc_ref_olocked() argument 1469 struct list_head *target_list, in binder_inc_ref_for_node() argument [all …]
|
| /drivers/infiniband/ulp/srp/ |
| A D | ib_srp.h | 127 struct list_head target_list; member
|
| A D | ib_srp.c | 3134 list_add_tail(&target->list, &host->target_list); in srp_add_target() 3196 list_for_each_entry(t, &host->target_list, list) { in srp_conn_unique() 3965 INIT_LIST_HEAD(&host->target_list); in srp_add_port() 4099 list_for_each_entry(target, &host->target_list, list) in srp_remove_one()
|
| /drivers/hwtracing/ptt/ |
| A D | hisi_ptt.c | 587 struct list_head *target_list; in hisi_ptt_update_filters() local 589 target_list = info.is_port ? &hisi_ptt->port_filters : in hisi_ptt_update_filters() 592 list_for_each_entry_safe(filter, tmp, target_list, list) in hisi_ptt_update_filters()
|
| /drivers/cxl/core/ |
| A D | hdm.c | 999 } target_list; in init_hdm_decoder() local 1104 target_list.value = (hi << 32) + lo; in init_hdm_decoder() 1106 target_map[i] = target_list.target_id[i]; in init_hdm_decoder()
|
| A D | port.c | 185 static DEVICE_ATTR_RO(target_list);
|
Completed in 55 milliseconds