Searched refs:old_ctx (Results 1 – 4 of 4) sorted by relevance
669 AioContext *old_ctx = qemu_get_current_aio_context(); in aio_co_reschedule_self() local671 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()
285 void coroutine_fn bdrv_co_leave(BlockDriverState *bs, AioContext *old_ctx);
2244 AioContext *old_ctx; in qmp_block_resize() local2271 old_ctx = bdrv_co_enter(bs); in qmp_block_resize()2273 bdrv_co_leave(bs, old_ctx); in qmp_block_resize()
7431 AioContext *old_ctx = qemu_coroutine_get_aio_context(self); in bdrv_co_enter() local7443 return old_ctx; in bdrv_co_enter()7446 void coroutine_fn bdrv_co_leave(BlockDriverState *bs, AioContext *old_ctx) in bdrv_co_leave() argument7449 aio_co_reschedule_self(old_ctx); in bdrv_co_leave()
Completed in 37 milliseconds