Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-mq-tag.c34 atomic_inc(&hctx->tags->active_queues); in __blk_mq_tag_busy()
60 atomic_dec(&tags->active_queues); in __blk_mq_tag_idle()
85 users = atomic_read(&hctx->tags->active_queues); in hctx_may_queue()
Dblk-mq-tag.h14 atomic_t active_queues; member
Dblk-mq-debugfs.c457 atomic_read(&tags->active_queues)); in blk_mq_debugfs_tags_show()
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.h13 u32 active_queues; /* Number of active queues */ member
Da6xx_hfi.c424 table->active_queues = ARRAY_SIZE(gmu->queues); in a6xx_hfi_init()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dfarch.c594 return (atomic_read(&efx->active_queues) == 0 || in efx_farch_flush_wake()
661 while (timeout && atomic_read(&efx->active_queues) > 0) { in efx_farch_do_flush()
697 if (atomic_read(&efx->active_queues) && in efx_farch_do_flush()
700 "(rx %d+%d)\n", atomic_read(&efx->active_queues), in efx_farch_do_flush()
705 atomic_set(&efx->active_queues, 0); in efx_farch_do_flush()
758 atomic_set(&efx->active_queues, 0); in efx_farch_finish_flr()
1138 WARN_ON(atomic_read(&efx->active_queues) == 0); in efx_farch_handle_drain_event()
1139 atomic_dec(&efx->active_queues); in efx_farch_handle_drain_event()
Def10.c2039 if (rc != -ENOENT || atomic_read(&efx->active_queues)) in efx_ef10_try_update_nic_stats_vf()
3952 if (atomic_dec_and_test(&efx->active_queues)) in efx_ef10_handle_drain_event()
3955 WARN_ON(atomic_read(&efx->active_queues) < 0); in efx_ef10_handle_drain_event()
3970 atomic_set(&efx->active_queues, 0); in efx_ef10_fini_dmaq()
3984 atomic_read(&efx->active_queues) == 0, in efx_ef10_fini_dmaq()
3986 pending = atomic_read(&efx->active_queues); in efx_ef10_fini_dmaq()
3999 atomic_set(&efx->active_queues, 0); in efx_ef10_prepare_flr()
Dnet_driver.h1073 atomic_t active_queues; member
Dmcdi_port.c1278 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
Defx.c715 atomic_inc(&efx->active_queues); in efx_start_datapath()
720 atomic_inc(&efx->active_queues); in efx_start_datapath()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dfarch.c612 return (atomic_read(&efx->active_queues) == 0 || in ef4_farch_flush_wake()
679 while (timeout && atomic_read(&efx->active_queues) > 0) { in ef4_farch_do_flush()
704 if (atomic_read(&efx->active_queues) && in ef4_farch_do_flush()
707 "(rx %d+%d)\n", atomic_read(&efx->active_queues), in ef4_farch_do_flush()
712 atomic_set(&efx->active_queues, 0); in ef4_farch_do_flush()
765 atomic_set(&efx->active_queues, 0); in ef4_farch_finish_flr()
1150 WARN_ON(atomic_read(&efx->active_queues) == 0); in ef4_farch_handle_drain_event()
1151 atomic_dec(&efx->active_queues); in ef4_farch_handle_drain_event()
Dnet_driver.h891 atomic_t active_queues; member
Defx.c670 atomic_inc(&efx->active_queues); in ef4_start_datapath()
675 atomic_inc(&efx->active_queues); in ef4_start_datapath()