Searched refs:blk_mq_hctx_stopped (Results 1 – 3 of 3) sorted by relevance
179 static inline bool blk_mq_hctx_stopped(struct blk_mq_hw_ctx *hctx) in blk_mq_hctx_stopped() function
2181 if (unlikely(blk_mq_hctx_stopped(hctx))) in __blk_mq_delay_run_hw_queue()2254 if (!blk_mq_hctx_stopped(hctx)) in blk_mq_get_sq_hctx()2273 if (blk_mq_hctx_stopped(hctx)) in blk_mq_run_hw_queues()2301 if (blk_mq_hctx_stopped(hctx)) in blk_mq_delay_run_hw_queues()2379 if (!blk_mq_hctx_stopped(hctx)) in blk_mq_start_stopped_hw_queue()2406 if (blk_mq_hctx_stopped(hctx)) in blk_mq_run_work_fn()2563 if (blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q)) { in __blk_mq_try_issue_directly()
330 if (unlikely(blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q))) in blk_mq_sched_dispatch_requests()