Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-mq.h229 static inline bool blk_mq_hctx_stopped(struct blk_mq_hw_ctx *hctx) in blk_mq_hctx_stopped() function
H A Dblk-mq-sched.c324 if (unlikely(blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q))) in blk_mq_sched_dispatch_requests()
H A Dblk-mq.c2250 if (unlikely(blk_mq_hctx_stopped(hctx))) in blk_mq_delay_run_hw_queue()
2339 if (!blk_mq_hctx_stopped(hctx)) in blk_mq_get_sq_hctx()
2358 if (blk_mq_hctx_stopped(hctx)) in blk_mq_run_hw_queues()
2386 if (blk_mq_hctx_stopped(hctx)) in blk_mq_delay_run_hw_queues()
2464 if (!blk_mq_hctx_stopped(hctx)) in blk_mq_start_stopped_hw_queue()
2698 if (blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(rq->q)) { in blk_mq_try_issue_directly()
2729 if (blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(rq->q)) { in blk_mq_request_issue_directly()