Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Daio.h328 QEMUBH *aio_bh_new_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque,
338 aio_bh_new_full((ctx), (cb), (opaque), (stringify(cb)), NULL)
348 aio_bh_new_full((ctx), (cb), (opaque), (stringify(cb)), guard)
/openbmc/qemu/util/
H A Dmain-loop.c611 return aio_bh_new_full(qemu_aio_context, cb, opaque, name, in qemu_bh_new_full()
H A Dasync.c140 QEMUBH *aio_bh_new_full(AioContext *ctx, QEMUBHFunc *cb, void *opaque, in aio_bh_new_full() function