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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c736 int64_t ival, idepth = 0; local
745 idepth = TBR_SCALE(i * mtu);
746 if ((idepth / tbr->tbr_rate) > ival)
749 VERIFY(idepth > 0);
753 tbr->tbr_filluptime = idepth / tbr->tbr_rate;
755 tbr->tbr_depth = idepth + (idepth >> 3);

Completed in 12 milliseconds