| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls_tx.c | 284 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 D | ktls_rx.c | 753 LIST_HEAD(local_list); in mlx5e_ktls_rx_handle_resync_list() 767 list_move(&priv_rx->list, &local_list); in mlx5e_ktls_rx_handle_resync_list() 779 priv_rx = list_first_entry(&local_list, in mlx5e_ktls_rx_handle_resync_list() 798 if (!list_empty(&local_list)) { in mlx5e_ktls_rx_handle_resync_list() 804 list_splice(&local_list, &ktls_resync->list); in mlx5e_ktls_rx_handle_resync_list()
|
| /linux/drivers/md/ |
| H A D | dm-delay.c | 90 LIST_HEAD(local_list); in flush_delayed_bios() 97 list_replace_init(&dc->delayed_bios, &local_list); in flush_delayed_bios() 99 list_for_each_entry_safe(delayed, next, &local_list, list) { in flush_delayed_bios() 120 list_splice(&local_list, &dc->delayed_bios); in flush_delayed_bios()
|
| /linux/drivers/net/wireless/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()
|
| /linux/kernel/bpf/ |
| H A D | bpf_lru_list.h | 48 struct bpf_lru_locallist __percpu *local_list; member
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gpuvm.c | 765 if (!(__gpuvm)->__list_name.local_list) \ 766 (__gpuvm)->__list_name.local_list = __local_list; \ 769 (__gpuvm)->__list_name.local_list != __local_list); \ 830 struct list_head *list, struct list_head **local_list) in __restore_vm_bo_list() argument 836 if (*local_list) { in __restore_vm_bo_list() 837 list_splice(*local_list, list); in __restore_vm_bo_list() 838 *local_list = NULL; in __restore_vm_bo_list() 854 &(__gpuvm)->__list_name.local_list)
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | notif.c | 661 LIST_HEAD(local_list); in iwl_mld_async_handlers_wk() 667 list_splice_init(&mld->async_handlers_list, &local_list); in iwl_mld_async_handlers_wk() 670 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mld_async_handlers_wk()
|
| /linux/kernel/ |
| H A D | padata.c | 322 LIST_HEAD(local_list); in padata_serial_worker() 330 list_replace_init(&squeue->serial.list, &local_list); in padata_serial_worker() 335 while (!list_empty(&local_list)) { in padata_serial_worker() 338 padata = list_entry(local_list.next, in padata_serial_worker()
|
| /linux/drivers/usb/core/ |
| H A D | hcd.c | 1678 struct list_head local_list; in usb_giveback_urb_bh() local 1682 list_replace_init(&bh->head, &local_list); in usb_giveback_urb_bh() 1685 while (!list_empty(&local_list)) { in usb_giveback_urb_bh() 1688 urb = list_entry(local_list.next, struct urb, urb_list); in usb_giveback_urb_bh()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | ops.c | 1636 LIST_HEAD(local_list); in iwl_mvm_async_handlers_by_context() 1648 list_add_tail(&entry->list, &local_list); in iwl_mvm_async_handlers_by_context() 1652 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_async_handlers_by_context()
|
| /linux/drivers/ntb/ |
| H A D | ntb_transport.c | 1803 LIST_HEAD(local_list); in ntb_tx_memcpy_kthread() 1813 list_splice_tail_init(&qp->tx_offl_q, &local_list); in ntb_tx_memcpy_kthread() 1816 list_for_each_entry_safe(entry, tmp, &local_list, entry) { in ntb_tx_memcpy_kthread()
|
| /linux/drivers/infiniband/core/ |
| H A D | mad.c | 420 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent() 784 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp() 2766 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions() 2767 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
|
| /linux/mm/ |
| H A D | vmalloc.c | 2309 LIST_HEAD(local_list); in purge_vmap_node() 2330 list_add(&va->list, &local_list); in purge_vmap_node() 2335 reclaim_list_global(&local_list); in purge_vmap_node()
|