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

  /external/qemu/
qemu-aio.h 55 AioFlushHandler *io_flush,
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 37 milliseconds