Searched refs:AioHandler (Results 1 – 2 of 2) sorted by relevance
20 typedef struct AioHandler AioHandler; typedef23 static QLIST_HEAD(, AioHandler) aio_handlers;31 struct AioHandler struct40 QLIST_ENTRY(AioHandler) node; argument43 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 …]
19 typedef struct AioHandler AioHandler; typedef22 static QLIST_HEAD(, AioHandler) aio_handlers;30 struct AioHandler struct39 QLIST_ENTRY(AioHandler) node; argument42 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 …]