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

  /external/qemu/
aio-android.c 36 AioFlushHandler *io_flush; member in struct:AioHandler
59 AioFlushHandler *io_flush,
92 node->io_flush = io_flush;
117 if (node->io_flush) {
118 ret |= node->io_flush(node->opaque);
173 if (node->io_flush && node->io_flush(node->opaque) == 0)
aio.c 35 AioFlushHandler *io_flush; member in struct:AioHandler
58 AioFlushHandler *io_flush,
91 node->io_flush = io_flush;
116 if (node->io_flush) {
117 ret |= node->io_flush(node->opaque);
173 if (node->io_flush && node->io_flush(node->opaque) == 0)

Completed in 124 milliseconds