Home
last modified time | relevance | path

Searched refs:blk_get_aio_context (Results 1 – 9 of 9) sorted by relevance

/qemu/tests/unit/
H A Dtest-block-iothread.c644 g_assert(blk_get_aio_context(blk) == ctx); in test_propagate_basic()
652 g_assert(blk_get_aio_context(blk) == main_ctx); in test_propagate_basic()
719 g_assert(blk_get_aio_context(blk) == ctx); in test_propagate_diamond()
728 g_assert(blk_get_aio_context(blk) == main_ctx); in test_propagate_diamond()
788 g_assert(blk_get_aio_context(blk) == main_ctx); in test_propagate_mirror()
797 g_assert(blk_get_aio_context(blk) == ctx); in test_propagate_mirror()
831 g_assert(blk_get_aio_context(blk) == ctx); in test_attach_second_node()
836 g_assert(blk_get_aio_context(blk) == main_ctx); in test_attach_second_node()
858 g_assert(blk_get_aio_context(blk) == ctx); in test_attach_preserve_blk_ctx()
863 g_assert(blk_get_aio_context(blk) == ctx); in test_attach_preserve_blk_ctx()
[all …]
H A Dtest-throttle.c761 throttle_group_register_tgm(tgm1, "bar", blk_get_aio_context(blk1)); in test_groups()
762 throttle_group_register_tgm(tgm2, "foo", blk_get_aio_context(blk2)); in test_groups()
763 throttle_group_register_tgm(tgm3, "bar", blk_get_aio_context(blk3)); in test_groups()
H A Dtest-bdrv-drain.c883 assert(blk_get_aio_context(blk_target) == qemu_get_aio_context()); in test_blockjob_common_drain_node()
/qemu/include/system/
H A Dblock-backend-io.h110 AioContext *blk_get_aio_context(BlockBackend *blk);
/qemu/block/
H A Dblock-backend.c318 return blk_get_aio_context(blk); in blk_root_get_parent_aio_context()
2088 AIO_WAIT_WHILE(blk_get_aio_context(blk), in blk_drain()
2372 AioContext *blk_get_aio_context(BlockBackend *blk) in blk_get_aio_context() function
2708 group, blk_get_aio_context(blk)); in blk_io_limits_enable()
/qemu/block/export/
H A Dfuse.c97 exp->common.ctx = blk_get_aio_context(exp->common.blk); in fuse_export_drained_end()
/qemu/hw/core/
H A Dqdev-properties-system.c139 ctx = blk_get_aio_context(blk); in set_drive_helper()
/qemu/
H A Dqemu-io-cmds.c2579 aio_poll(blk_get_aio_context(blk), true); in wait_break_f()
/qemu/hw/scsi/
H A Dscsi-disk.c2515 if (blk_get_aio_context(s->qdev.conf.blk) != qemu_get_aio_context() && in scsi_realize()