Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-throttle.c742 ThrottleGroupMember *tgm1, *tgm2, *tgm3; in test_groups() local
755 tgm3 = &blkp3->throttle_group_member; in test_groups()
759 g_assert(tgm3->throttle_state == NULL); in test_groups()
763 throttle_group_register_tgm(tgm3, "bar", blk_get_aio_context(blk3)); in test_groups()
767 g_assert(tgm3->throttle_state != NULL); in test_groups()
771 g_assert(tgm1->throttle_state == tgm3->throttle_state); in test_groups()
782 throttle_group_get_config(tgm3, &cfg2); in test_groups()
789 throttle_group_config(tgm3, &cfg1); in test_groups()
792 throttle_group_get_config(tgm3, &cfg2); in test_groups()
797 throttle_group_unregister_tgm(tgm3); in test_groups()
[all …]