Searched defs:tb_regulator (Results 1 – 1 of 1) sorted by relevance
110 struct tb_regulator { struct111 int64_t tbr_rate; /* (scaled) token bucket rate */112 int64_t tbr_depth; /* (scaled) token bucket depth */114 int64_t tbr_token; /* (scaled) current token */115 int64_t tbr_filluptime; /* (scaled) time to fill up bucket */116 u_int64_t tbr_last; /* last time token was updated */118 int tbr_lastop; /* last dequeue operation type