Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dasync.c388 qemu_bh_delete(ctx->co_schedule_bh); in aio_ctx_finalize()
592 ctx->co_schedule_bh = aio_bh_new(ctx, co_schedule_bh_cb, ctx); in aio_context_new()
650 qemu_bh_schedule(ctx->co_schedule_bh); in aio_co_schedule()
/openbmc/qemu/include/block/
H A Daio.h202 QEMUBH *co_schedule_bh; member