Home
last modified time | relevance | path

Searched refs:old_ctx (Results 1 – 4 of 4) sorted by relevance

/qemu/util/
A Dasync.c669 AioContext *old_ctx = qemu_get_current_aio_context(); in aio_co_reschedule_self() local
671 if (old_ctx != new_ctx) { in aio_co_reschedule_self()
681 aio_bh_schedule_oneshot(old_ctx, aio_co_reschedule_self_bh, &data); in aio_co_reschedule_self()
/qemu/include/block/
A Dblock-io.h285 void coroutine_fn bdrv_co_leave(BlockDriverState *bs, AioContext *old_ctx);
/qemu/
A Dblockdev.c2244 AioContext *old_ctx; in qmp_block_resize() local
2271 old_ctx = bdrv_co_enter(bs); in qmp_block_resize()
2273 bdrv_co_leave(bs, old_ctx); in qmp_block_resize()
A Dblock.c7431 AioContext *old_ctx = qemu_coroutine_get_aio_context(self); in bdrv_co_enter() local
7443 return old_ctx; in bdrv_co_enter()
7446 void coroutine_fn bdrv_co_leave(BlockDriverState *bs, AioContext *old_ctx) in bdrv_co_leave() argument
7449 aio_co_reschedule_self(old_ctx); in bdrv_co_leave()

Completed in 37 milliseconds