Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-mq.h143 static inline bool blk_mq_hctx_stopped(struct blk_mq_hw_ctx *hctx) in blk_mq_hctx_stopped() function
Dblk-mq.c1359 if (unlikely(blk_mq_hctx_stopped(hctx))) in __blk_mq_delay_run_hw_queue()
1416 if (blk_mq_hctx_stopped(hctx)) in blk_mq_run_hw_queues()
1437 if (blk_mq_hctx_stopped(hctx)) in blk_mq_queue_stopped()
1500 if (!blk_mq_hctx_stopped(hctx)) in blk_mq_start_stopped_hw_queue()
1728 if (blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q)) { in __blk_mq_try_issue_directly()
Dblk-mq-sched.c170 if (unlikely(blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q))) in blk_mq_sched_dispatch_requests()