Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dthrottle-groups.h70 void throttle_group_config(ThrottleGroupMember *tgm, ThrottleConfig *cfg);
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c779 throttle_group_config(tgm1, &cfg1); in test_groups()
789 throttle_group_config(tgm3, &cfg1); in test_groups()
/openbmc/qemu/block/
H A Dthrottle-groups.c475 void throttle_group_config(ThrottleGroupMember *tgm, ThrottleConfig *cfg) in throttle_group_config() function
H A Dblock-backend.c2676 throttle_group_config(&blk->public.throttle_group_member, cfg); in blk_set_io_limits()