Searched refs:blk_queue_quiesced (Results 1 – 4 of 4) sorted by relevance
493 if (blk_queue_quiesced(q)) in mmc_cleanup_queue()
351 if (unlikely(blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q))) in blk_mq_sched_dispatch_requests()
1617 need_run = !blk_queue_quiesced(hctx->queue) && in blk_mq_run_hw_queue()2026 if (blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q)) { in __blk_mq_try_issue_directly()
630 #define blk_queue_quiesced(q) test_bit(QUEUE_FLAG_QUIESCED, &(q)->queue_flags) macro