Searched refs:throttle_config (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | throttle.h | 146 void throttle_config(ThrottleState *ts,
|
/openbmc/qemu/block/ |
H A D | throttle-groups.c | 480 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 D | qemu-fsdev-throttle.c | 91 throttle_config(&fst->ts, QEMU_CLOCK_REALTIME, &fst->cfg); in fsdev_throttle_init()
|
/openbmc/qemu/tests/unit/ |
H A D | test-throttle.c | 300 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 D | throttle.c | 396 void throttle_config(ThrottleState *ts, in throttle_config() function
|
/openbmc/qemu/backends/ |
H A D | cryptodev.c | 349 throttle_config(&backend->ts, QEMU_CLOCK_REALTIME, &backend->tc); in cryptodev_backend_set_throttle()
|