Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dthrottle-groups.c498 throttle_get_config(ts, cfg); in throttle_group_get_config()
790 throttle_get_config(&tg->ts, &cfg); in throttle_group_obj_complete()
867 throttle_get_config(&tg->ts, &cfg); in throttle_group_get()
900 throttle_get_config(&tg->ts, &cfg); in throttle_group_set_limits()
924 throttle_get_config(&tg->ts, &cfg); in throttle_group_get_limits()
/openbmc/qemu/include/qemu/
H A Dthrottle.h150 void throttle_get_config(ThrottleState *ts, ThrottleConfig *cfg);
/openbmc/qemu/util/
H A Dthrottle.c418 void throttle_get_config(ThrottleState *ts, ThrottleConfig *cfg) in throttle_get_config() function
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c306 throttle_get_config(&ts, &final_cfg); in test_config_functions()