Searched refs:active_queues (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/block/ |
D | blk-mq-tag.c | 34 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()
|
D | blk-mq-tag.h | 14 atomic_t active_queues; member
|
D | blk-mq-debugfs.c | 457 atomic_read(&tags->active_queues)); in blk_mq_debugfs_tags_show()
|
/Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.h | 13 u32 active_queues; /* Number of active queues */ member
|
D | a6xx_hfi.c | 424 table->active_queues = ARRAY_SIZE(gmu->queues); in a6xx_hfi_init()
|
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | farch.c | 594 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()
|
D | ef10.c | 2039 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()
|
D | net_driver.h | 1073 atomic_t active_queues; member
|
D | mcdi_port.c | 1278 if (rc && (rc != -ENOENT || atomic_read(&efx->active_queues))) in efx_mcdi_mac_stats()
|
D | efx.c | 715 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/ |
D | farch.c | 612 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()
|
D | net_driver.h | 891 atomic_t active_queues; member
|
D | efx.c | 670 atomic_inc(&efx->active_queues); in ef4_start_datapath() 675 atomic_inc(&efx->active_queues); in ef4_start_datapath()
|