Home
last modified time | relevance | path

Searched refs:AioHandler (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Daio-android.c20 typedef struct AioHandler AioHandler; typedef
23 static QLIST_HEAD(, AioHandler) aio_handlers;
31 struct AioHandler struct
40 QLIST_ENTRY(AioHandler) node; argument
43 static AioHandler *find_aio_handler(int fd) in find_aio_handler()
45 AioHandler *node; in find_aio_handler()
63 AioHandler *node; in qemu_aio_set_fd_handler()
85 node = qemu_mallocz(sizeof(AioHandler)); in qemu_aio_set_fd_handler()
104 AioHandler *node; in qemu_aio_flush()
126 AioHandler *node; in qemu_aio_process_queue()
[all …]
Daio.c19 typedef struct AioHandler AioHandler; typedef
22 static QLIST_HEAD(, AioHandler) aio_handlers;
30 struct AioHandler struct
39 QLIST_ENTRY(AioHandler) node; argument
42 static AioHandler *find_aio_handler(int fd) in find_aio_handler()
44 AioHandler *node; in find_aio_handler()
62 AioHandler *node; in qemu_aio_set_fd_handler()
84 node = qemu_mallocz(sizeof(AioHandler)); in qemu_aio_set_fd_handler()
103 AioHandler *node; in qemu_aio_flush()
125 AioHandler *node; in qemu_aio_process_queue()
[all …]