Searched refs:tgm1 (Results 1 – 1 of 1) sorted by relevance
742 ThrottleGroupMember *tgm1, *tgm2, *tgm3; in test_groups() local753 tgm1 = &blkp1->throttle_group_member; in test_groups()757 g_assert(tgm1->throttle_state == NULL); in test_groups()761 throttle_group_register_tgm(tgm1, "bar", blk_get_aio_context(blk1)); 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()[all …]