Searched refs:blk_queue_stopped (Results 1 – 2 of 2) sorted by relevance
488 if (unlikely(blk_queue_stopped(q))) in __blk_run_queue()513 if (likely(!blk_queue_stopped(q) && !blk_queue_dead(q))) in blk_run_queue_async()
731 #define blk_queue_stopped(q) test_bit(QUEUE_FLAG_STOPPED, &(q)->queue_flags) macro