Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dasync.c59 BH_IDLE = (1 << 4), enumerator
125 ~(BH_PENDING | BH_SCHEDULED | BH_IDLE)); in aio_bh_dequeue()
216 if (!(flags & BH_IDLE)) { in aio_bh_poll()
231 aio_bh_enqueue(bh, BH_SCHEDULED | BH_IDLE); in qemu_bh_schedule_idle()
260 if (bh->flags & BH_IDLE) { in aio_compute_bh_timeout()