Home
last modified time | relevance | path

Searched refs:throttle_compute_wait (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dthrottle.h120 int64_t throttle_compute_wait(LeakyBucket *bkt);
/openbmc/qemu/tests/unit/
H A Dtest-throttle.c98 wait = throttle_compute_wait(&bkt); in test_compute_wait()
105 wait = throttle_compute_wait(&bkt); in test_compute_wait()
112 wait = throttle_compute_wait(&bkt); in test_compute_wait()
119 wait = throttle_compute_wait(&bkt); in test_compute_wait()
134 wait = throttle_compute_wait(&bkt); in test_compute_wait()
/openbmc/qemu/util/
H A Dthrottle.c95 int64_t throttle_compute_wait(LeakyBucket *bkt) in throttle_compute_wait() function
159 wait = throttle_compute_wait(&ts->cfg.buckets[index]); in throttle_compute_wait_for()