Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_lru_list.c446 loc_l = per_cpu_ptr(clru->local_list, cpu); in bpf_common_lru_pop_free()
475 steal_loc_l = per_cpu_ptr(clru->local_list, steal); in bpf_common_lru_pop_free()
520 loc_l = per_cpu_ptr(lru->common_lru.local_list, node->cpu); in bpf_common_lru_push_free()
671 clru->local_list = alloc_percpu(struct bpf_lru_locallist); in bpf_lru_init()
672 if (!clru->local_list) in bpf_lru_init()
678 loc_l = per_cpu_ptr(clru->local_list, cpu); in bpf_lru_init()
699 free_percpu(lru->common_lru.local_list); in bpf_lru_destroy()
H A Dbpf_lru_list.h48 struct bpf_lru_locallist __percpu *local_list; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c284 LIST_HEAD(local_list); in create_work()
297 list_add(&obj->list_node, &local_list); in create_work()
316 list_splice(&local_list, &pool->list); in create_work()
324 mlx5e_tls_priv_tx_list_cleanup(pool->mdev, &local_list, i); in create_work()
333 LIST_HEAD(local_list); in destroy_work()
346 list_cut_position(&local_list, &pool->list, &obj->list_node); in destroy_work()
352 mlx5e_tls_priv_tx_list_cleanup(pool->mdev, &local_list, MLX5E_TLS_TX_POOL_BULK); in destroy_work()
391 LIST_HEAD(local_list); in mlx5e_tls_tx_pool_list_cleanup()
398 list_cut_position(&local_list, &pool->list, &obj->list_node); in mlx5e_tls_tx_pool_list_cleanup()
399 mlx5e_tls_priv_tx_list_cleanup(pool->mdev, &local_list, MLX5E_TLS_TX_POOL_BULK); in mlx5e_tls_tx_pool_list_cleanup()
H A Dktls_rx.c725 LIST_HEAD(local_list); in mlx5e_ktls_rx_handle_resync_list()
739 list_move(&priv_rx->list, &local_list); in mlx5e_ktls_rx_handle_resync_list()
751 priv_rx = list_first_entry(&local_list, in mlx5e_ktls_rx_handle_resync_list()
770 if (!list_empty(&local_list)) { in mlx5e_ktls_rx_handle_resync_list()
776 list_splice(&local_list, &ktls_resync->list); in mlx5e_ktls_rx_handle_resync_list()
/linux/drivers/md/
H A Ddm-delay.c86 LIST_HEAD(local_list); in flush_delayed_bios()
93 list_replace_init(&dc->delayed_bios, &local_list); in flush_delayed_bios()
95 list_for_each_entry_safe(delayed, next, &local_list, list) { in flush_delayed_bios()
116 list_splice(&local_list, &dc->delayed_bios); in flush_delayed_bios()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H 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()
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()
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c694 if (!(__gpuvm)->__list_name.local_list) \
695 (__gpuvm)->__list_name.local_list = __local_list; \
698 (__gpuvm)->__list_name.local_list != __local_list); \
759 struct list_head *list, struct list_head **local_list) in __restore_vm_bo_list() argument
765 if (*local_list) { in __restore_vm_bo_list()
766 list_splice(*local_list, list); in __restore_vm_bo_list()
767 *local_list = NULL; in __restore_vm_bo_list()
783 &(__gpuvm)->__list_name.local_list)
/linux/drivers/infiniband/core/
H A Dmad_priv.h102 struct list_head local_list; member
H A Dmad.c397 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent()
757 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp()
2511 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions()
2512 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
2622 struct list_head local_list; in timeout_sends() local
2628 INIT_LIST_HEAD(&local_list); in timeout_sends()
2651 list_add_tail(&mad_send_wr->agent_list, &local_list); in timeout_sends()
2655 list_for_each_entry_safe(mad_send_wr, n, &local_list, agent_list) { in timeout_sends()
/linux/include/drm/
H A Ddrm_gpuvm.h304 struct list_head *local_list; member
326 struct list_head *local_list; member
/linux/drivers/usb/core/
H A Dhcd.c1671 struct list_head local_list; in usb_giveback_urb_bh() local
1675 list_replace_init(&bh->head, &local_list); in usb_giveback_urb_bh()
1678 while (!list_empty(&local_list)) { in usb_giveback_urb_bh()
1681 urb = list_entry(local_list.next, struct urb, urb_list); in usb_giveback_urb_bh()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1688 LIST_HEAD(local_list); in iwl_mvm_async_handlers_by_context()
1700 list_add_tail(&entry->list, &local_list); in iwl_mvm_async_handlers_by_context()
1704 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_async_handlers_by_context()
/linux/mm/
H A Dvmalloc.c2210 LIST_HEAD(local_list); in purge_vmap_node()
2231 list_add(&va->list, &local_list); in purge_vmap_node()
2236 reclaim_list_global(&local_list); in purge_vmap_node()