Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dthrottle-groups.h71 void throttle_group_get_config(ThrottleGroupMember *tgm, ThrottleConfig *cfg);
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c781 throttle_group_get_config(tgm1, &cfg1); in test_groups()
782 throttle_group_get_config(tgm3, &cfg2); in test_groups()
791 throttle_group_get_config(tgm1, &cfg1); in test_groups()
792 throttle_group_get_config(tgm3, &cfg2); in test_groups()
/openbmc/qemu/block/
H A Dthrottle-groups.c493 void throttle_group_get_config(ThrottleGroupMember *tgm, ThrottleConfig *cfg) in throttle_group_get_config() function
H A Dqapi.c95 throttle_group_get_config(&blkp->throttle_group_member, &cfg); in bdrv_block_device_info()