Home
last modified time | relevance | path

Searched refs:local_list (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-6.6/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_BUL in mlx5e_tls_tx_pool_list_cleanup()
[all...]
H A Dktls_rx.c727 LIST_HEAD(local_list); in mlx5e_ktls_rx_handle_resync_list()
741 list_move(&priv_rx->list, &local_list); in mlx5e_ktls_rx_handle_resync_list()
753 priv_rx = list_first_entry(&local_list, in mlx5e_ktls_rx_handle_resync_list()
772 if (!list_empty(&local_list)) { in mlx5e_ktls_rx_handle_resync_list()
778 list_splice(&local_list, &ktls_resync->list); in mlx5e_ktls_rx_handle_resync_list()
/kernel/linux/linux-5.10/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.h47 struct bpf_lru_locallist __percpu *local_list; member
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcmsdh.c384 struct sk_buff_head local_list, *target_list; in brcmf_sdiod_sglist_rw() local
398 __skb_queue_head_init(&local_list); in brcmf_sdiod_sglist_rw()
410 __skb_queue_tail(&local_list, pkt_next); in brcmf_sdiod_sglist_rw()
418 __skb_queue_tail(&local_list, pkt_next); in brcmf_sdiod_sglist_rw()
419 target_list = &local_list; in brcmf_sdiod_sglist_rw()
481 src = __skb_peek(&local_list); in brcmf_sdiod_sglist_rw()
501 src = skb_peek_next(src, &local_list); in brcmf_sdiod_sglist_rw()
512 while ((pkt_next = __skb_dequeue(&local_list)) != NULL) in brcmf_sdiod_sglist_rw()
/kernel/linux/linux-6.6/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()
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()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Dmad_priv.h102 struct list_head local_list; member
H A Dmad.c403 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent()
764 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp()
2526 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions()
2527 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/kernel/
H A Dpadata.c362 LIST_HEAD(local_list); in padata_serial_worker()
370 list_replace_init(&squeue->serial.list, &local_list); in padata_serial_worker()
375 while (!list_empty(&local_list)) { in padata_serial_worker()
378 padata = list_entry(local_list.next, in padata_serial_worker()
/kernel/linux/linux-6.6/kernel/
H A Dpadata.c357 LIST_HEAD(local_list); in padata_serial_worker()
365 list_replace_init(&squeue->serial.list, &local_list); in padata_serial_worker()
370 while (!list_empty(&local_list)) { in padata_serial_worker()
373 padata = list_entry(local_list.next, in padata_serial_worker()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c965 LIST_HEAD(local_list); in iwl_mvm_async_handlers_wk()
974 list_splice_init(&mvm->async_handlers_list, &local_list); in iwl_mvm_async_handlers_wk()
977 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_async_handlers_wk()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhcd.c1695 struct list_head local_list; in usb_giveback_urb_bh() local
1699 list_replace_init(&bh->head, &local_list); in usb_giveback_urb_bh()
1702 while (!list_empty(&local_list)) { in usb_giveback_urb_bh()
1705 urb = list_entry(local_list.next, struct urb, urb_list); in usb_giveback_urb_bh()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhcd.c1670 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()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1524 LIST_HEAD(local_list); in iwl_mvm_async_handlers_wk()
1533 list_splice_init(&mvm->async_handlers_list, &local_list); in iwl_mvm_async_handlers_wk()
1536 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_async_handlers_wk()
/kernel/linux/linux-5.10/block/
H A Dblk-mq.c594 struct list_head *cpu_list, local_list; in blk_done_softirq() local
598 list_replace_init(cpu_list, &local_list); in blk_done_softirq()
601 while (!list_empty(&local_list)) { in blk_done_softirq()
604 rq = list_entry(local_list.next, struct request, ipi_list); in blk_done_softirq()

Completed in 34 milliseconds