Home
last modified time | relevance | path

Searched refs:aio_handlers (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/util/
H A Daio-win32.c85 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 Daio-posix.c57 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 Dfdmon-poll.c67 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in fdmon_poll_wait()
H A Dfdmon-epoll.c107 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in fdmon_epoll_try_enable()
/openbmc/qemu/include/block/
H A Daio.h141 AioHandlerList aio_handlers; member