Searched refs:depth_ (Results 1 – 3 of 3) sorted by relevance
246 cl->depth_ = 0; in rmc_newclass()483 if (p && (t->depth_ >= p->depth_)) { in rmc_depth_compute()484 p->depth_ = t->depth_ + 1; in rmc_depth_compute()508 p->depth_ = 0; in rmc_depth_recompute()513 if (t->depth_ > cdepth) in rmc_depth_recompute()514 cdepth = t->depth_; in rmc_depth_recompute()522 p->depth_ = cdepth + 1; in rmc_depth_recompute()530 if (cl->depth_ >= 1) { in rmc_depth_recompute()532 cl->depth_ = 0; in rmc_depth_recompute()743 ifd->root_->depth_ = 0; in rmc_init()[all …]
220 statsp->depth = cl->depth_; in get_class_stats()406 cl->stats_.depth = cl->depth_; in cbq_add_queue()752 cl->stats_.depth = cl->depth_;1137 cl->pri_, cl->depth_, cl->maxrate_, cl->allotment_);
143 int depth_; /* Class depth */ member