Searched refs:tbr_depth (Results 1 – 2 of 2) sorted by relevance
117 int64_t tbr_depth; /* (scaled) token bucket depth */ member
295 tbr->tbr_token = tbr->tbr_depth;298 if (tbr->tbr_token > tbr->tbr_depth)299 tbr->tbr_token = tbr->tbr_depth;364 tbr->tbr_depth = TBR_SCALE(profile->depth);366 tbr->tbr_filluptime = tbr->tbr_depth / tbr->tbr_rate;382 tbr->tbr_token = tbr->tbr_depth;