Searched refs:tbr_depth (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c612 tbr->tbr_token = tbr->tbr_depth;
615 if (tbr->tbr_token > tbr->tbr_depth)
616 tbr->tbr_token = tbr->tbr_depth;
751 tbr->tbr_depth = TBR_SCALE(profile->depth);
752 if (tbr->tbr_depth == 0) {
755 tbr->tbr_depth = idepth + (idepth >> 3);
757 tbr->tbr_filluptime = tbr->tbr_depth / tbr->tbr_rate;
760 tbr->tbr_depth = TBR_SCALE(profile->depth);
763 tbr->tbr_token = tbr->tbr_depth;
H A Dif_classq.h81 int64_t tbr_depth; /* (scaled) token bucket depth */ member in struct:tb_regulator

Completed in 21 milliseconds