Home
last modified time | relevance | path

Searched refs:blk_set_allow_aio_context_change (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/block/export/
H A Dexport.c159 blk_set_allow_aio_context_change(blk, true); in blk_exp_add()
/openbmc/qemu/block/
H A Dstream.c369 blk_set_allow_aio_context_change(s->blk, true); in stream_start()
H A Dmirror.c1874 blk_set_allow_aio_context_change(s->target, true); in mirror_start_job()
H A Dblock-backend.c1244 void blk_set_allow_aio_context_change(BlockBackend *blk, bool allow) in blk_set_allow_aio_context_change() function
/openbmc/qemu/include/sysemu/
H A Dblock-backend-io.h31 void blk_set_allow_aio_context_change(BlockBackend *blk, bool allow);
/openbmc/qemu/tests/unit/
H A Dtest-block-iothread.c794 blk_set_allow_aio_context_change(blk, true); in test_propagate_mirror()
H A Dtest-bdrv-drain.c765 blk_set_allow_aio_context_change(blk_target, true); in test_blockjob_common_drain_node()