Searched refs:depth_ (Results 1 – 3 of 3) sorted by relevance
235 cl->depth_ = 0; in rmc_newclass()472 if (p && (t->depth_ >= p->depth_)) { in rmc_depth_compute()473 p->depth_ = t->depth_ + 1; in rmc_depth_compute()497 p->depth_ = 0; in rmc_depth_recompute()502 if (t->depth_ > cdepth) in rmc_depth_recompute()503 cdepth = t->depth_; in rmc_depth_recompute()507 if (p->depth_ == cdepth + 1) in rmc_depth_recompute()511 p->depth_ = cdepth + 1; in rmc_depth_recompute()519 if (cl->depth_ >= 1) { in rmc_depth_recompute()521 cl->depth_ = 0; in rmc_depth_recompute()[all …]
183 statsp->depth = cl->depth_; in get_class_stats()369 cl->stats_.depth = cl->depth_; in cbq_add_queue()
140 int depth_; /* Class depth */ member