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.c79 * Synchronizes with atomic_fetch_and() in aio_bh_dequeue(), ensuring that in aio_bh_enqueue()
90 * after aio_bh_dequeue() returns bh. in aio_bh_enqueue()
110 static QEMUBH *aio_bh_dequeue(BHList *head, unsigned *flags) in aio_bh_dequeue() function
208 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()