Home
last modified time | relevance | path

Searched refs:blk_queue_nowait (Results 1 – 4 of 4) sorted by relevance

/linux-5.10/block/
Dblk-core.c822 if ((bio->bi_opf & REQ_NOWAIT) && !blk_queue_nowait(q)) in submit_bio_checks()
/linux-5.10/include/linux/
Dblkdev.h673 #define blk_queue_nowait(q) test_bit(QUEUE_FLAG_NOWAIT, &(q)->queue_flags) macro
/linux-5.10/drivers/md/
Ddm-table.c1688 return q && !blk_queue_nowait(q); in device_not_nowait_capable()
/linux-5.10/fs/
Dio_uring.c2720 return !bdev || blk_queue_nowait(bdev_get_queue(bdev)); in io_bdev_nowait()