HomeSort by relevance Sort by last modified time
    Searched refs:BDRV_O_NATIVE_AIO (Results 1 - 4 of 4) sorted by null

  /external/qemu/
block.h 34 #define BDRV_O_NATIVE_AIO 0x0080 /* use native AIO instead of the thread pool */
blockdev.c 290 bdrv_flags |= BDRV_O_NATIVE_AIO;
qemu-io.c     [all...]
  /external/qemu/block/
raw-posix.c 170 if ((bdrv_flags & (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) ==
171 (BDRV_O_NOCACHE|BDRV_O_NATIVE_AIO)) {
    [all...]

Completed in 465 milliseconds