Searched refs:co_schedule_bh (Results 1 – 2 of 2) sorted by relevance
391 qemu_bh_delete(ctx->co_schedule_bh); in aio_ctx_finalize()593 ctx->co_schedule_bh = aio_bh_new(ctx, co_schedule_bh_cb, ctx); in aio_context_new()651 qemu_bh_schedule(ctx->co_schedule_bh); in aio_co_schedule()
203 QEMUBH *co_schedule_bh; member