Home
last modified time | relevance | path

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

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