Home
last modified time | relevance | path

Searched refs:aio_bh_enqueue (Results 1 – 1 of 1) sorted by path

/qemu/util/
H A Dasync.c72 static void aio_bh_enqueue(QEMUBH *bh, unsigned new_flags) in aio_bh_enqueue() function
139 aio_bh_enqueue(bh, BH_SCHEDULED | BH_ONESHOT); in aio_bh_schedule_oneshot_full()
230 aio_bh_enqueue(bh, BH_SCHEDULED | BH_IDLE); in qemu_bh_schedule_idle()
235 aio_bh_enqueue(bh, BH_SCHEDULED); in qemu_bh_schedule()
250 aio_bh_enqueue(bh, BH_DELETED); in qemu_bh_delete()