Searched refs:bdrv_change_aio_context (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | 109 static bool bdrv_change_aio_context(BlockDriverState *bs, AioContext *ctx, 1234 return bdrv_change_aio_context(bs, ctx, visited, tran, errp); in bdrv_child_cb_change_aio_ctx() 7552 return bdrv_change_aio_context(c->bs, ctx, visited, tran, errp); in bdrv_child_change_aio_context() 7590 static bool bdrv_change_aio_context(BlockDriverState *bs, AioContext *ctx, in bdrv_change_aio_context() function 7659 ret = bdrv_change_aio_context(bs, ctx, visited, tran, errp); in bdrv_try_change_aio_context()
|