Searched refs:blk_queue_quiesced (Results 1 – 5 of 5) sorted by relevance
494 if (blk_queue_quiesced(q)) in mmc_cleanup_queue()
330 if (unlikely(blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q))) in blk_mq_sched_dispatch_requests()
2262 need_run = !blk_queue_quiesced(hctx->queue) && in blk_mq_run_hw_queue()2595 if (blk_mq_hctx_stopped(hctx) || blk_queue_quiesced(q)) { in __blk_mq_try_issue_directly()2697 if (blk_queue_quiesced(q)) in __blk_mq_flush_plug_list()
619 #define blk_queue_quiesced(q) test_bit(QUEUE_FLAG_QUIESCED, &(q)->queue_flags) macro
1086 WARN_ON_ONCE(!blk_queue_quiesced(ub->ub_disk->queue)); in ublk_wait_tagset_rqs_idle()