Home
last modified time | relevance | path

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

/qemu/util/
A Daio-posix.c465 return ctx->fdmon_ops->need_wait != aio_poll_disabled; in fdmon_supports_polling()
550 } while (elapsed_time < max_ns && !ctx->fdmon_ops->need_wait(ctx)); in run_poll_handlers()
589 if (max_ns && !ctx->fdmon_ops->need_wait(ctx)) { in try_poll_mode()
659 if (timeout || ctx->fdmon_ops->need_wait(ctx)) { in aio_poll()
A Dfdmon-poll.c106 .need_wait = aio_poll_disabled,
A Dfdmon-epoll.c99 .need_wait = aio_poll_disabled,
A Dfdmon-io_uring.c321 .need_wait = fdmon_io_uring_need_wait,
/qemu/include/block/
A Daio.h108 bool (*need_wait)(AioContext *ctx); member

Completed in 11 milliseconds