Searched refs:poll_aio_handlers (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/util/ |
H A D | aio-posix.c | 230 QLIST_FOREACH(node, &ctx->poll_aio_handlers, node_poll) { in poll_set_started() 346 QLIST_INSERT_HEAD(&ctx->poll_aio_handlers, node, node_poll); in aio_dispatch_handler() 360 QLIST_INSERT_HEAD(&ctx->poll_aio_handlers, node, node_poll); in aio_dispatch_handler() 441 QLIST_FOREACH_SAFE(node, &ctx->poll_aio_handlers, node_poll, tmp) { in run_poll_handlers_once() 486 QLIST_FOREACH_SAFE(node, &ctx->poll_aio_handlers, node_poll, tmp) { in remove_idle_poll_handlers() 584 if (QLIST_EMPTY_RCU(&ctx->poll_aio_handlers)) { in try_poll_mode()
|
/openbmc/qemu/include/block/ |
H A D | aio.h | 246 AioHandlerList poll_aio_handlers; member
|