Searched defs:bkt (Results 1 – 2 of 2) sorted by relevance
36 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() local491 LeakyBucket *bkt; in throttle_account() local
27 static LeakyBucket bkt; variable