Searched refs:AioHandlerList (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/util/ |
| H A D | aio-posix.c | 40 void aio_add_ready_handler(AioHandlerList *ready_list, in aio_add_ready_handler() 49 static void aio_add_poll_ready_handler(AioHandlerList *ready_list, in aio_add_poll_ready_handler() 211 static bool poll_set_started(AioContext *ctx, AioHandlerList *ready_list, in aio_set_event_notifier_poll() 255 AioHandlerList ready_list = QLIST_HEAD_INITIALIZER(ready_list); in poll_set_started() 361 AioHandlerList *ready_list, in aio_dispatch_handler() 385 AioHandlerList ready_list = QLIST_HEAD_INITIALIZER(ready_list); in aio_dispatch_handler() 407 AioHandlerList *ready_list, in aio_dispatch_ready_handlers() 443 AioHandlerList *ready_list, 497 static bool run_poll_handlers(AioContext *ctx, AioHandlerList *ready_list, in remove_idle_poll_handlers() 560 static bool try_poll_mode(AioContext *ctx, AioHandlerList *ready_lis in run_poll_handlers() [all...] |
| H A D | fdmon-io_uring.c | 248 AioHandlerList *ready_list, in process_cqe() 279 AioHandlerList *ready_list, in fdmon_io_uring_wait() 306 static int process_cq_ring(AioContext *ctx, AioHandlerList *ready_list) in fdmon_io_uring_need_wait() 378 AioHandlerList *ready_list) 383 static int fdmon_io_uring_wait(AioContext *ctx, AioHandlerList *ready_list,
|
| H A D | aio-posix.h | 47 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() 157 AioHandlerList *ready_list)
|
| H A D | fdmon-epoll.c | 61 static int fdmon_epoll_wait(AioContext *ctx, AioHandlerList *ready_list, in fdmon_epoll_wait() 111 AioHandlerList *ready_list) in fdmon_epoll_try_enable()
|