Home
last modified time | relevance | path

Searched refs:bdrv_co_leave (Results 1 – 3 of 3) sorted by relevance

/qemu/include/block/
H A Dblock-io.h285 void coroutine_fn bdrv_co_leave(BlockDriverState *bs, AioContext *old_ctx);
/qemu/
H A Dblockdev.c2273 bdrv_co_leave(bs, old_ctx); in qmp_block_resize()
H A Dblock.c7425 void coroutine_fn bdrv_co_leave(BlockDriverState *bs, AioContext *old_ctx) in bdrv_co_leave() function