Home
last modified time | relevance | path

Searched refs:aio_bh_dequeue (Results 1 – 1 of 1) sorted by last modified time

/qemu/util/
H A Dasync.c109 static QEMUBH *aio_bh_dequeue(BHList *head, unsigned *flags) in aio_bh_dequeue() function
207 bh = aio_bh_dequeue(&s->bh_list, &flags); in aio_bh_poll()
395 while ((bh = aio_bh_dequeue(&ctx->bh_list, &flags))) { in aio_ctx_finalize()