Home
last modified time | relevance | path

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

/openbmc/qemu/fsdev/
H A Dqemu-fsdev-throttle.c83 if (throttle_enabled(&fst->cfg)) { in fsdev_throttle_init()
102 if (throttle_enabled(&fst->cfg)) { in fsdev_co_throttle_request()
119 if (throttle_enabled(&fst->cfg)) { in fsdev_throttle_cleanup()
/openbmc/qemu/backends/
H A Dcryptodev.c257 if (throttle_enabled(&backend->tc) && in cryptodev_backend_throttle_timer_cb()
271 if (!throttle_enabled(&backend->tc)) { in cryptodev_backend_crypto_operation()
324 bool enabled = throttle_enabled(&backend->tc); in cryptodev_backend_set_throttle()
331 if (!throttle_enabled(&backend->tc)) { in cryptodev_backend_set_throttle()
477 if (throttle_enabled(&backend->tc)) { in cryptodev_backend_finalize()
/openbmc/qemu/include/qemu/
H A Dthrottle.h142 bool throttle_enabled(ThrottleConfig *cfg);
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c351 g_assert(!throttle_enabled(&cfg)); in test_enabled()
357 g_assert(throttle_enabled(&cfg)); in test_enabled()
461 g_assert(!throttle_enabled(&cfg)); in test_ranges()
/openbmc/qemu/block/
H A Dqapi-system.c493 if (throttle_enabled(&cfg)) { in qmp_block_set_io_throttle()
/openbmc/qemu/util/
H A Dthrottle.c298 bool throttle_enabled(ThrottleConfig *cfg) in throttle_enabled() function