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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.c580 int cdepth = 0; local
583 if (t->depth_ > cdepth)
584 cdepth = t->depth_;
588 if (p->depth_ == cdepth + 1)
592 p->depth_ = cdepth + 1;

Completed in 32 milliseconds