Searched defs:tb_regulator (Results 1 – 1 of 1) sorted by relevance
115 struct tb_regulator { struct116 int64_t tbr_rate; /* (scaled) token bucket rate */117 int64_t tbr_depth; /* (scaled) token bucket depth */119 int64_t tbr_token; /* (scaled) current token */120 int64_t tbr_filluptime; /* (scaled) time to fill up bucket */121 u_int64_t tbr_last; /* last time token was updated */123 int tbr_lastop; /* last dequeue operation type