Home
last modified time | relevance | path

Searched refs:aio_co_reschedule_self (Results 1 – 6 of 6) sorted by path

/qemu/
H A Dblock.c7421 aio_co_reschedule_self(new_ctx); in bdrv_co_enter()
7428 aio_co_reschedule_self(old_ctx); in bdrv_co_leave()
H A Djob.c593 aio_co_reschedule_self(next_aio_context); in job_do_yield_locked()
/qemu/include/block/
H A Daio.h633 void coroutine_fn aio_co_reschedule_self(AioContext *new_ctx);
/qemu/nbd/
H A Dserver.c3152 aio_co_reschedule_self(qemu_get_aio_context()); in nbd_trip()
3165 aio_co_reschedule_self(qemu_get_aio_context()); in nbd_trip()
/qemu/qapi/
H A Dqmp-dispatch.c215 aio_co_reschedule_self(qemu_get_aio_context()); in qmp_dispatch()
229 aio_co_reschedule_self(iohandler_get_aio_context()); in qmp_dispatch()
/qemu/util/
H A Dasync.c666 void coroutine_fn aio_co_reschedule_self(AioContext *new_ctx) in aio_co_reschedule_self() function