HomeSort by: relevance | last modified time | path
    Searched defs:cdepth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_rmclass.c 500 int cdepth = 0; local in function:rmc_depth_recompute
503 if (t->depth_ > cdepth)
504 cdepth = t->depth_;
508 if (p->depth_ == cdepth + 1)
512 p->depth_ = cdepth + 1;
altq_rmclass.c 500 int cdepth = 0; local in function:rmc_depth_recompute
503 if (t->depth_ > cdepth)
504 cdepth = t->depth_;
508 if (p->depth_ == cdepth + 1)
512 p->depth_ = cdepth + 1;

Completed in 34 milliseconds