Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dthrottle.h146 void throttle_config(ThrottleState *ts,
/openbmc/qemu/block/
H A Dthrottle-groups.c480 throttle_config(ts, tg->clock_type, cfg); in throttle_group_config()
794 throttle_config(&tg->ts, tg->clock_type, &cfg); in throttle_group_obj_complete()
905 throttle_config(&tg->ts, tg->clock_type, &cfg); in throttle_group_set_limits()
/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.c91 throttle_config(&fst->ts, QEMU_CLOCK_REALTIME, &fst->cfg); in fsdev_throttle_init()
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c300 throttle_config(&ts, QEMU_CLOCK_VIRTUAL, &orig_cfg); in test_config_functions()
636 throttle_config(&ts, QEMU_CLOCK_VIRTUAL, &cfg); in do_test_accounting()
/openbmc/qemu/util/
H A Dthrottle.c396 void throttle_config(ThrottleState *ts, in throttle_config() function
/openbmc/qemu/backends/
H A Dcryptodev.c349 throttle_config(&backend->ts, QEMU_CLOCK_REALTIME, &backend->tc); in cryptodev_backend_set_throttle()