Home
last modified time | relevance | path

Searched refs:blk3 (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/unit/
H A Dtest-image-locking.c78 BlockBackend *blk1, *blk2, *blk3; in test_image_locking_basic() local
98 blk3 = open_image(img_path, perm, BLK_PERM_WRITE_UNCHANGED, NULL); in test_image_locking_basic()
99 g_assert_null(blk3); in test_image_locking_basic()
110 blk3 = open_image(img_path, perm, BLK_PERM_WRITE_UNCHANGED, &error_abort); in test_image_locking_basic()
111 g_assert(blk3); in test_image_locking_basic()
112 blk_unref(blk3); in test_image_locking_basic()
H A Dtest-throttle.c740 BlockBackend *blk1, *blk2, *blk3; in test_groups() local
747 blk3 = blk_new(qemu_get_aio_context(), 0, BLK_PERM_ALL); in test_groups()
751 blkp3 = blk_get_public(blk3); in test_groups()
763 throttle_group_register_tgm(tgm3, "bar", blk_get_aio_context(blk3)); in test_groups()