Home
last modified time | relevance | path

Searched refs:local_list (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/bpf/
A Dbpf_lru_list.c441 loc_l = per_cpu_ptr(clru->local_list, cpu); in bpf_common_lru_pop_free()
470 steal_loc_l = per_cpu_ptr(clru->local_list, steal); in bpf_common_lru_pop_free()
515 loc_l = per_cpu_ptr(lru->common_lru.local_list, node->cpu); in bpf_common_lru_push_free()
666 clru->local_list = alloc_percpu(struct bpf_lru_locallist); in bpf_lru_init()
667 if (!clru->local_list) in bpf_lru_init()
673 loc_l = per_cpu_ptr(clru->local_list, cpu); in bpf_lru_init()
694 free_percpu(lru->common_lru.local_list); in bpf_lru_destroy()
A Dbpf_lru_list.h47 struct bpf_lru_locallist __percpu *local_list; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dbcmsdh.c385 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()
482 src = __skb_peek(&local_list); in brcmf_sdiod_sglist_rw()
502 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw()
513 while ((pkt_next = __skb_dequeue(&local_list)) != NULL) in brcmf_sdiod_sglist_rw()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_rx.c689 LIST_HEAD(local_list); in mlx5e_ktls_rx_handle_resync_list()
703 list_move(&priv_rx->list, &local_list); in mlx5e_ktls_rx_handle_resync_list()
715 priv_rx = list_first_entry(&local_list, in mlx5e_ktls_rx_handle_resync_list()
734 if (!list_empty(&local_list)) { in mlx5e_ktls_rx_handle_resync_list()
740 list_splice(&local_list, &ktls_resync->list); in mlx5e_ktls_rx_handle_resync_list()
/linux/kernel/
A Dpadata.c347 LIST_HEAD(local_list); in padata_serial_worker()
355 list_replace_init(&squeue->serial.list, &local_list); in padata_serial_worker()
360 while (!list_empty(&local_list)) { in padata_serial_worker()
363 padata = list_entry(local_list.next, in padata_serial_worker()
/linux/drivers/infiniband/core/
A Dmad_priv.h102 struct list_head local_list; member
A Dmad.c402 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent()
762 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp()
2516 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions()
2517 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Dops.c1268 LIST_HEAD(local_list); in iwl_mvm_async_handlers_wk()
1277 list_splice_init(&mvm->async_handlers_list, &local_list); in iwl_mvm_async_handlers_wk()
1280 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_async_handlers_wk()
/linux/drivers/usb/core/
A Dhcd.c1669 struct list_head local_list; in usb_giveback_urb_bh() local
1674 list_replace_init(&bh->head, &local_list); in usb_giveback_urb_bh()
1677 while (!list_empty(&local_list)) { in usb_giveback_urb_bh()
1680 urb = list_entry(local_list.next, struct urb, urb_list); in usb_giveback_urb_bh()

Completed in 28 milliseconds