Searched refs:blk_get_aio_context (Results 1 – 9 of 9) sorted by relevance
644 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 …]
761 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()
883 assert(blk_get_aio_context(blk_target) == qemu_get_aio_context()); in test_blockjob_common_drain_node()
110 AioContext *blk_get_aio_context(BlockBackend *blk);
318 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() function2708 group, blk_get_aio_context(blk)); in blk_io_limits_enable()
97 exp->common.ctx = blk_get_aio_context(exp->common.blk); in fuse_export_drained_end()
139 ctx = blk_get_aio_context(blk); in set_drive_helper()
2579 aio_poll(blk_get_aio_context(blk), true); in wait_break_f()
2515 if (blk_get_aio_context(s->qdev.conf.blk) != qemu_get_aio_context() && in scsi_realize()