Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_rmclass.c247 cl->depth_ = 0; in rmc_newclass()
473 if (p && (t->depth_ >= p->depth_)) { in rmc_depth_compute()
474 p->depth_ = t->depth_ + 1; in rmc_depth_compute()
498 p->depth_ = 0; in rmc_depth_recompute()
503 if (t->depth_ > cdepth) in rmc_depth_recompute()
504 cdepth = t->depth_; in rmc_depth_recompute()
508 if (p->depth_ == cdepth + 1) in rmc_depth_recompute()
512 p->depth_ in rmc_depth_recompute()
[all...]
H A Daltq_cbq.c223 statsp->depth = cl->depth_; in get_class_stats()
406 cl->stats_.depth = cl->depth_; in cbq_add_queue()
748 cl->stats_.depth = cl->depth_; in cbq_class_create()
1099 cl->pri_, cl->depth_, cl->maxrate_, cl->allotment_);
H A Daltq_rmclass.h128 int depth_; /* Class depth */ member