Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-throttle.c742 ThrottleGroupMember *tgm1, *tgm2, *tgm3; in test_groups() local
754 tgm2 = &blkp2->throttle_group_member; in test_groups()
758 g_assert(tgm2->throttle_state == NULL); in test_groups()
762 throttle_group_register_tgm(tgm2, "foo", blk_get_aio_context(blk2)); in test_groups()
766 g_assert(tgm2->throttle_state != NULL); in test_groups()
770 g_assert(!strcmp(throttle_group_get_name(tgm2), "foo")); in test_groups()
796 throttle_group_unregister_tgm(tgm2); in test_groups()
800 g_assert(tgm2->throttle_state == NULL); in test_groups()