Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-throttle.c742 ThrottleGroupMember *tgm1, *tgm2, *tgm3; in test_groups() local
753 tgm1 = &blkp1->throttle_group_member; in test_groups()
757 g_assert(tgm1->throttle_state == NULL); in test_groups()
765 g_assert(tgm1->throttle_state != NULL); in test_groups()
769 g_assert(!strcmp(throttle_group_get_name(tgm1), "bar")); in test_groups()
771 g_assert(tgm1->throttle_state == tgm3->throttle_state); in test_groups()
779 throttle_group_config(tgm1, &cfg1); in test_groups()
781 throttle_group_get_config(tgm1, &cfg1); in test_groups()
791 throttle_group_get_config(tgm1, &cfg1); in test_groups()
795 throttle_group_unregister_tgm(tgm1); in test_groups()
[all …]