Searched refs:aio_handlers (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/util/ |
H A D | aio-win32.c | 85 QLIST_FOREACH(old_node, &ctx->aio_handlers, node) { in aio_set_fd_handler() 122 QLIST_INSERT_HEAD_RCU(&ctx->aio_handlers, node, node); in aio_set_fd_handler() 143 QLIST_FOREACH(node, &ctx->aio_handlers, node) { in aio_set_event_notifier() 161 QLIST_INSERT_HEAD_RCU(&ctx->aio_handlers, node, node); in aio_set_event_notifier() 197 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_prepare() 207 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_prepare() 235 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_pending() 265 QLIST_FOREACH_SAFE_RCU(node, &ctx->aio_handlers, node, tmp) { in aio_dispatch_handlers() 366 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_poll()
|
H A D | aio-posix.c | 57 QLIST_FOREACH(node, &ctx->aio_handlers, node) { in find_aio_handler() 158 QLIST_INSERT_HEAD_RCU(&ctx->aio_handlers, new_node, node); in aio_set_fd_handler() 281 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_pending() 414 QLIST_FOREACH_SAFE_RCU(node, &ctx->aio_handlers, node, tmp) { in aio_dispatch_handlers()
|
H A D | fdmon-poll.c | 67 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in fdmon_poll_wait()
|
H A D | fdmon-epoll.c | 107 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in fdmon_epoll_try_enable()
|
/openbmc/qemu/include/block/ |
H A D | aio.h | 141 AioHandlerList aio_handlers; member
|