HomeSort by relevance Sort by last modified time
    Searched full:io_flush (Results 1 - 3 of 3) sorted by null

  /external/qemu/
aio-android.c 36 AioFlushHandler *io_flush; member in struct:AioHandler
58 AioFlushHandler *io_flush,
90 node->io_flush = io_flush;
114 ret |= node->io_flush(node->opaque);
141 if (node->io_flush && node->io_flush(node->opaque) == 0)
aio.c 35 AioFlushHandler *io_flush; member in struct:AioHandler
57 AioFlushHandler *io_flush,
89 node->io_flush = io_flush;
113 ret |= node->io_flush(node->opaque);
141 if (node->io_flush && node->io_flush(node->opaque) == 0)
qemu-aio.h 43 AioFlushHandler *io_flush,

Completed in 165 milliseconds