Searched refs:active_queues (Results 1 – 16 of 16) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/sfc/ |
D | mcdi_functions.c | 366 atomic_set(&efx->active_queues, 0); in efx_fini_dmaq() 380 atomic_read(&efx->active_queues) == 0, in efx_fini_dmaq() 382 pending = atomic_read(&efx->active_queues); in efx_fini_dmaq()
|
D | farch.c | 596 return (atomic_read(&efx->active_queues) == 0 || in efx_farch_flush_wake() 663 while (timeout && atomic_read(&efx->active_queues) > 0) { in efx_farch_do_flush() 699 if (atomic_read(&efx->active_queues) && in efx_farch_do_flush() 702 "(rx %d+%d)\n", atomic_read(&efx->active_queues), in efx_farch_do_flush() 707 atomic_set(&efx->active_queues, 0); in efx_farch_do_flush() 760 atomic_set(&efx->active_queues, 0); in efx_farch_finish_flr() 1137 WARN_ON(atomic_read(&efx->active_queues) == 0); in efx_farch_handle_drain_event() 1138 atomic_dec(&efx->active_queues); in efx_farch_handle_drain_event()
|
D | efx_channels.c | 1061 atomic_inc(&efx->active_queues); in efx_start_channels() 1066 atomic_inc(&efx->active_queues); in efx_start_channels()
|
D | net_driver.h | 1092 atomic_t active_queues; member
|
D | mcdi.c | 1304 if (atomic_dec_and_test(&efx->active_queues)) in efx_handle_drain_event() 1307 WARN_ON(atomic_read(&efx->active_queues) < 0); in efx_handle_drain_event()
|
D | mcdi_port_common.c | 1176 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
|
D | ef10.c | 1896 if (rc != -ENOENT || atomic_read(&efx->active_queues)) in efx_ef10_try_update_nic_stats_vf() 3181 atomic_set(&efx->active_queues, 0); in efx_ef10_prepare_flr()
|
/Linux-v5.10/block/ |
D | blk-mq-tag.h | 12 atomic_t active_queues; member
|
D | blk-mq-tag.c | 36 atomic_inc(&hctx->tags->active_queues); in __blk_mq_tag_busy() 70 atomic_dec(&tags->active_queues); in __blk_mq_tag_idle()
|
D | blk-mq.h | 312 users = atomic_read(&hctx->tags->active_queues); in hctx_may_queue()
|
D | blk-mq-debugfs.c | 453 atomic_read(&tags->active_queues)); in blk_mq_debugfs_tags_show()
|
/Linux-v5.10/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.h | 13 u32 active_queues; /* Number of active queues */ member
|
D | a6xx_hfi.c | 587 table->active_queues = ARRAY_SIZE(gmu->queues); in a6xx_hfi_init()
|
/Linux-v5.10/drivers/net/ethernet/sfc/falcon/ |
D | farch.c | 609 return (atomic_read(&efx->active_queues) == 0 || in ef4_farch_flush_wake() 676 while (timeout && atomic_read(&efx->active_queues) > 0) { in ef4_farch_do_flush() 701 if (atomic_read(&efx->active_queues) && in ef4_farch_do_flush() 704 "(rx %d+%d)\n", atomic_read(&efx->active_queues), in ef4_farch_do_flush() 709 atomic_set(&efx->active_queues, 0); in ef4_farch_do_flush() 762 atomic_set(&efx->active_queues, 0); in ef4_farch_finish_flr() 1146 WARN_ON(atomic_read(&efx->active_queues) == 0); in ef4_farch_handle_drain_event() 1147 atomic_dec(&efx->active_queues); in ef4_farch_handle_drain_event()
|
D | net_driver.h | 888 atomic_t active_queues; member
|
D | efx.c | 667 atomic_inc(&efx->active_queues); in ef4_start_datapath() 672 atomic_inc(&efx->active_queues); in ef4_start_datapath()
|