Searched refs:throttle_enabled (Results 1 – 6 of 6) sorted by relevance
83 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()
257 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()
142 bool throttle_enabled(ThrottleConfig *cfg);
351 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()
493 if (throttle_enabled(&cfg)) { in qmp_block_set_io_throttle()
298 bool throttle_enabled(ThrottleConfig *cfg) in throttle_enabled() function