Home
last modified time | relevance | path

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

/external/qemu/
Dblock.h34 #define BDRV_O_NATIVE_AIO 0x0080 /* use native AIO instead of the thread pool */ macro
Dblockdev.c290 bdrv_flags |= BDRV_O_NATIVE_AIO; in drive_init()
Dqemu-io.c1774 flags |= BDRV_O_NATIVE_AIO; in main()
/external/qemu/block/
Draw-posix.c170 if ((bdrv_flags & (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) == in raw_open_common()
171 (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) { in raw_open_common()