Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c828 if ((bio->bi_opf & REQ_NOWAIT) && !blk_queue_nowait(q)) in submit_bio_checks()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h689 #define blk_queue_nowait(q) test_bit(QUEUE_FLAG_NOWAIT, &(q)->queue_flags) macro
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-table.c1994 return q && !blk_queue_nowait(q); in device_not_nowait_capable()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c2850 return !bdev || blk_queue_nowait(bdev_get_queue(bdev)); in io_bdev_nowait()