Searched refs:local_list (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| 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()
|
| A D | ktls_rx.c | 725 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()
|
| /drivers/md/ |
| 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()
|
| /drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| 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()
|
| /drivers/gpu/drm/ |
| A D | drm_gpuvm.c | 695 if (!(__gpuvm)->__list_name.local_list) \ 696 (__gpuvm)->__list_name.local_list = __local_list; \ 699 (__gpuvm)->__list_name.local_list != __local_list); \ 760 struct list_head *list, struct list_head **local_list) in __restore_vm_bo_list() argument 766 if (*local_list) { in __restore_vm_bo_list() 767 list_splice(*local_list, list); in __restore_vm_bo_list() 768 *local_list = NULL; in __restore_vm_bo_list() 784 &(__gpuvm)->__list_name.local_list)
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | notif.c | 649 LIST_HEAD(local_list); in iwl_mld_async_handlers_wk() 655 list_splice_init(&mld->async_handlers_list, &local_list); in iwl_mld_async_handlers_wk() 658 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mld_async_handlers_wk()
|
| /drivers/infiniband/core/ |
| A D | mad_priv.h | 103 struct list_head local_list; member
|
| 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()
|
| /drivers/usb/core/ |
| A D | hcd.c | 1684 struct list_head local_list; in usb_giveback_urb_bh() local 1688 list_replace_init(&bh->head, &local_list); in usb_giveback_urb_bh() 1691 while (!list_empty(&local_list)) { in usb_giveback_urb_bh() 1694 urb = list_entry(local_list.next, struct urb, urb_list); in usb_giveback_urb_bh()
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | ops.c | 1689 LIST_HEAD(local_list); in iwl_mvm_async_handlers_by_context() 1701 list_add_tail(&entry->list, &local_list); in iwl_mvm_async_handlers_by_context() 1705 list_for_each_entry_safe(entry, tmp, &local_list, list) { in iwl_mvm_async_handlers_by_context()
|
Completed in 46 milliseconds