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.c84 QLIST_FOREACH(old_node, &ctx->aio_handlers, node) { in aio_set_fd_handler()
121 QLIST_INSERT_HEAD_RCU(&ctx->aio_handlers, node, node); in aio_set_fd_handler()
142 QLIST_FOREACH(node, &ctx->aio_handlers, node) { in aio_set_event_notifier()
160 QLIST_INSERT_HEAD_RCU(&ctx->aio_handlers, node, node); in aio_set_event_notifier()
196 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_prepare()
206 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_prepare()
234 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_pending()
264 QLIST_FOREACH_SAFE_RCU(node, &ctx->aio_handlers, node, tmp) { in aio_dispatch_handlers()
365 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_poll()
H A Daio-posix.c56 QLIST_FOREACH(node, &ctx->aio_handlers, node) { in find_aio_handler()
157 QLIST_INSERT_HEAD_RCU(&ctx->aio_handlers, new_node, node); in aio_set_fd_handler()
280 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in aio_pending()
413 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.c106 QLIST_FOREACH_RCU(node, &ctx->aio_handlers, node) { in fdmon_epoll_try_enable()
/openbmc/qemu/include/block/
H A Daio.h140 AioHandlerList aio_handlers; member