Searched refs:throttle_group_get_name (Results 1 – 6 of 6) sorted by relevance
65 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
206 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
167 const char *throttle_group_get_name(ThrottleGroupMember *tgm) in throttle_group_get_name() function
143 g_strdup(throttle_group_get_name(&blkp->throttle_group_member)); in bdrv_block_device_info()
2714 if (!g_strcmp0(throttle_group_get_name(&blk->public.throttle_group_member), in blk_io_limits_update_group()
769 g_assert(!strcmp(throttle_group_get_name(tgm1), "bar")); in test_groups()770 g_assert(!strcmp(throttle_group_get_name(tgm2), "foo")); in test_groups()