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

/netbsd-current/sys/altq/
H A Daltq_rmclass.c500 int cdepth = 0; local
503 if (t->depth_ > cdepth)
504 cdepth = t->depth_;
508 if (p->depth_ == cdepth + 1)
512 p->depth_ = cdepth + 1;

Completed in 132 milliseconds