Searched refs:blk_queue_nowait (Results 1 – 4 of 4) sorted by relevance
822 if ((bio->bi_opf & REQ_NOWAIT) && !blk_queue_nowait(q)) in submit_bio_checks()
673 #define blk_queue_nowait(q) test_bit(QUEUE_FLAG_NOWAIT, &(q)->queue_flags) macro
1688 return q && !blk_queue_nowait(q); in device_not_nowait_capable()
2720 return !bdev || blk_queue_nowait(bdev_get_queue(bdev)); in io_bdev_nowait()