Home
last modified time | relevance | path

Searched refs:blk_mq_hctx_stopped (Results 1 – 3 of 3) sorted by relevance

/linux/block/
A Dblk-mq.h181 static inline bool blk_mq_hctx_stopped(struct blk_mq_hw_ctx *hctx) in blk_mq_hctx_stopped() function
A Dblk-mq.c1856 if (unlikely(blk_mq_hctx_stopped(hctx))) in __blk_mq_delay_run_hw_queue()
1950 if (!blk_mq_hctx_stopped(hctx)) in blk_mq_get_sq_hctx()
1969 if (blk_mq_hctx_stopped(hctx)) in blk_mq_run_hw_queues()
1997 if (blk_mq_hctx_stopped(hctx)) in blk_mq_delay_run_hw_queues()
2024 if (blk_mq_hctx_stopped(hctx)) in blk_mq_queue_stopped()
2087 if (!blk_mq_hctx_stopped(hctx)) in blk_mq_start_stopped_hw_queue()
2114 if (blk_mq_hctx_stopped(hctx)) in blk_mq_run_work_fn()
2364 if (blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q)) { in __blk_mq_try_issue_directly()
A Dblk-mq-sched.c349 if (unlikely(blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q))) in blk_mq_sched_dispatch_requests()

Completed in 14 milliseconds