Home | History | Annotate | Download | only in qemu

Lines Matching refs:AioHandler

19 typedef struct AioHandler AioHandler;
22 static QLIST_HEAD(, AioHandler) aio_handlers;
30 struct AioHandler
39 QLIST_ENTRY(AioHandler) node;
42 static AioHandler *find_aio_handler(int fd)
44 AioHandler *node;
62 AioHandler *node;
84 node = qemu_mallocz(sizeof(AioHandler));
103 AioHandler *node;
125 AioHandler *node;
158 AioHandler *node;
205 AioHandler *tmp;