Searched refs:local_list (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 1233 struct config_strlist_head* local_list) in setup_local_list() argument 1236 for(item = local_list->first; item; item = item->next) { in setup_local_list() 1300 setup_and_run(struct config_strlist_head* local_list, in setup_and_run() argument 1326 setup_local_list(maindata, local_list); in setup_and_run() 1461 struct config_strlist_head local_list; in main() local 1484 memset(&local_list, 0, sizeof(local_list)); in main() 1504 if(!cfg_strlist_append(&local_list, in main() 1573 setup_and_run(&local_list, &tcp_list, &tls_list, server_key, in main() 1575 config_delstrlist(local_list.first); in main()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | bcmsdh.c | 385 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local 399 __skb_queue_head_init(&local_list); in brcmf_sdiod_sglist_rw() 411 __skb_queue_tail(&local_list, pkt_next); in brcmf_sdiod_sglist_rw() 419 __skb_queue_tail(&local_list, pkt_next); in brcmf_sdiod_sglist_rw() 420 target_list = &local_list; in brcmf_sdiod_sglist_rw() 487 src = __skb_peek(&local_list); in brcmf_sdiod_sglist_rw() 507 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw() 518 while ((pkt_next = __skb_dequeue(&local_list)) != NULL) in brcmf_sdiod_sglist_rw()
|
| /src/sys/contrib/dev/iwlwifi/mld/ |
| H A D | notif.c | 653 LIST_HEAD(local_list); in iwl_mld_async_handlers_wk() 659 list_splice_init(&mld->async_handlers_list, &local_list); in iwl_mld_async_handlers_wk() 662 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mld_async_handlers_wk()
|
| /src/sys/ofed/drivers/infiniband/core/ |
| H A D | mad_priv.h | 105 struct list_head local_list; member
|
| H A D | ib_mad.c | 374 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent() 909 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp() 2671 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions() 2672 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | ops.c | 1660 LIST_HEAD(local_list); in iwl_mvm_async_handlers_by_context() 1672 list_add_tail(&entry->list, &local_list); in iwl_mvm_async_handlers_by_context() 1676 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_async_handlers_by_context()
|