Home
last modified time | relevance | path

Searched defs:old_ctx (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/util/
H A Dasync.c671 AioContext *old_ctx = qemu_get_current_aio_context(); in aio_co_reschedule_self() local
/openbmc/qemu/
H A Dblockdev.c2314 AioContext *old_ctx; in qmp_block_resize() local
H A Dblock.c7491 AioContext *old_ctx = qemu_coroutine_get_aio_context(self); in bdrv_co_enter() local
7506 void coroutine_fn bdrv_co_leave(BlockDriverState *bs, AioContext *old_ctx) in bdrv_co_leave()