Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_rmclass.c237 cl->depth_ = 0; in rmc_newclass()
474 if (p && (t->depth_ >= p->depth_)) { in rmc_depth_compute()
475 p->depth_ = t->depth_ + 1; in rmc_depth_compute()
499 p->depth_ = 0; in rmc_depth_recompute()
504 if (t->depth_ > cdepth) in rmc_depth_recompute()
505 cdepth = t->depth_; in rmc_depth_recompute()
513 p->depth_ = cdepth + 1; in rmc_depth_recompute()
521 if (cl->depth_ >= 1) { in rmc_depth_recompute()
523 cl->depth_ = 0; in rmc_depth_recompute()
733 ifd->root_->depth_ = 0; in rmc_init()
[all …]
H A Daltq_rmclass.h143 int depth_; /* Class depth */ member
H A Daltq_cbq.c183 statsp->depth = cl->depth_; in get_class_stats()
369 cl->stats_.depth = cl->depth_; in cbq_add_queue()