Home
last modified time | relevance | path

Searched refs:depth_ (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/net/altq/
H A Daltq_rmclass.c246 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 …]
H A Daltq_cbq.c220 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_);
H A Daltq_rmclass.h143 int depth_; /* Class depth */ member