Home
last modified time | relevance | path

Searched refs:children_ (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/sys/altq/
Daltq_rmclass.c220 cl->children_ = NULL; in rmc_newclass()
307 cl->next_ = parent->children_; in rmc_newclass()
308 parent->children_ = cl; in rmc_newclass()
477 if ((t = p->children_) == NULL) { in rmc_depth_recompute()
501 if (cl->children_ == NULL) { in rmc_depth_recompute()
503 } else if ((t = cl->children_) != NULL) { in rmc_depth_recompute()
505 if (t->children_ != NULL) in rmc_depth_recompute()
530 ASSERT(cl->children_ == NULL); in rmc_delete_class()
548 head = cl->parent_->children_; in rmc_delete_class()
552 cl->parent_->children_ = NULL; in rmc_delete_class()
[all …]
Daltq_rmclass.h158 rm_class_t *children_; /* Children of this class */ member
242 #define is_a_parent_class(cl) ((cl)->children_ != NULL)