Home
last modified time | relevance | path

Searched refs:BDRV_O_IO_URING (Results 1 – 3 of 3) sorted by relevance

/qemu/include/block/
H A Dblock-common.h244 #define BDRV_O_IO_URING 0x40000 /* use io_uring instead of the thread pool */ macro
/qemu/block/
H A Dfile-posix.c621 } else if (bdrv_flags & BDRV_O_IO_URING) { in raw_open_common()
/qemu/
H A Dblock.c1139 *flags |= BDRV_O_IO_URING; in bdrv_parse_aio()