Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dasync.c58 BH_IDLE = (1 << 4), enumerator
122 ~(BH_PENDING | BH_SCHEDULED | BH_IDLE)); in aio_bh_dequeue()
213 if (!(flags & BH_IDLE)) { in aio_bh_poll()
228 aio_bh_enqueue(bh, BH_SCHEDULED | BH_IDLE); in qemu_bh_schedule_idle()
257 if (bh->flags & BH_IDLE) { in aio_compute_bh_timeout()