Searched defs:tb_regulator (Results 1 – 1 of 1) sorted by relevance
221 struct tb_regulator { struct222 int64_t tbr_rate; /* (scaled) token bucket rate */223 int64_t tbr_depth; /* (scaled) token bucket depth */225 int64_t tbr_token; /* (scaled) current token */226 int64_t tbr_filluptime; /* (scaled) time to fill up bucket */227 uint64_t tbr_last; /* last time token was updated */229 int tbr_lastop; /* last dequeue operation type