Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dthrottle-groups.h65 const char *throttle_group_get_name(ThrottleGroupMember *tgm);
/openbmc/qemu/block/
H A Dthrottle.c206 if (strcmp(group, throttle_group_get_name(tgm))) { in throttle_reopen_commit()
H A Dthrottle-groups.c167 const char *throttle_group_get_name(ThrottleGroupMember *tgm) in throttle_group_get_name() function
H A Dqapi.c143 g_strdup(throttle_group_get_name(&blkp->throttle_group_member)); in bdrv_block_device_info()
H A Dblock-backend.c2714 if (!g_strcmp0(throttle_group_get_name(&blk->public.throttle_group_member), in blk_io_limits_update_group()
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c769 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()