Home
last modified time | relevance | path

Searched defs:bkt (Results 1 – 2 of 2) sorted by relevance

/qemu/util/
H A Dthrottle.c36 void throttle_leak_bucket(LeakyBucket *bkt, int64_t delta_ns) in throttle_leak_bucket()
95 int64_t throttle_compute_wait(LeakyBucket *bkt) in throttle_compute_wait()
353 LeakyBucket *bkt = &cfg->buckets[i]; in throttle_is_valid() local
491 LeakyBucket *bkt; in throttle_account() local
/qemu/tests/unit/
H A Dtest-throttle.c27 static LeakyBucket bkt; variable