Home
last modified time | relevance | path

Searched refs:poll_started (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Daio-posix.c222 if (started == ctx->poll_started) { in poll_set_started()
226 ctx->poll_started = started; in poll_set_started()
342 if (ctx->poll_started && node->io_poll_begin) { in aio_dispatch_handler()
492 if (ctx->poll_started && node->io_poll_end) { in remove_idle_poll_handlers()
/openbmc/qemu/include/block/
H A Daio.h248 bool poll_started; member