Searched refs:AioHandlerList (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/include/block/ |
| H A D | aio.h | 52 typedef QLIST_HEAD(, AioHandler) AioHandlerList; typedef 92 int (*wait)(AioContext *ctx, AioHandlerList *ready_list, int64_t timeout); 145 AioHandlerList aio_handlers; 148 AioHandlerList deleted_aio_handlers; 249 AioHandlerList poll_aio_handlers;
|
| /openbmc/qemu/util/ |
| H A D | aio-posix.c | 39 void aio_add_ready_handler(AioHandlerList *ready_list, in aio_add_ready_handler() 48 static void aio_add_poll_ready_handler(AioHandlerList *ready_list, in aio_add_poll_ready_handler() 220 static bool poll_set_started(AioContext *ctx, AioHandlerList *ready_list, in poll_set_started() 264 AioHandlerList ready_list = QLIST_HEAD_INITIALIZER(ready_list); in aio_prepare() 398 AioHandlerList *ready_list, in aio_dispatch_ready_handlers() 445 AioHandlerList *ready_list, in run_poll_handlers_once() 481 AioHandlerList *ready_list, in remove_idle_poll_handlers() 535 static bool run_poll_handlers(AioContext *ctx, AioHandlerList *ready_list, in run_poll_handlers() 591 static bool try_poll_mode(AioContext *ctx, AioHandlerList *ready_list, in try_poll_mode() 663 AioHandlerList ready_list = QLIST_HEAD_INITIALIZER(ready_list); in aio_poll()
|
| H A D | fdmon-io_uring.c | 226 AioHandlerList *ready_list, in process_cqe() 255 static int process_cq_ring(AioContext *ctx, AioHandlerList *ready_list) in process_cq_ring() 275 static int fdmon_io_uring_wait(AioContext *ctx, AioHandlerList *ready_list, in fdmon_io_uring_wait()
|
| H A D | aio-posix.h | 45 void aio_add_ready_handler(AioHandlerList *ready_list, AioHandler *node,
|
| H A D | fdmon-poll.c | 59 static int fdmon_poll_wait(AioContext *ctx, AioHandlerList *ready_list, in fdmon_poll_wait()
|
| H A D | fdmon-epoll.c | 57 static int fdmon_epoll_wait(AioContext *ctx, AioHandlerList *ready_list, in fdmon_epoll_wait()
|