Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_rmclass.c228 cl->children_ = NULL; in rmc_newclass()
323 cl->next_ = parent->children_; in rmc_newclass()
324 parent->children_ = cl; in rmc_newclass()
496 if ((t = p->children_) == NULL) { in rmc_depth_recompute()
520 if (cl->children_ == NULL) { in rmc_depth_recompute()
522 } else if ((t = cl->children_) != NULL) { in rmc_depth_recompute()
524 if (t->children_ != NULL) in rmc_depth_recompute()
549 ASSERT(cl->children_ == NULL); in rmc_delete_class()
568 head = cl->parent_->children_; in rmc_delete_class()
572 cl->parent_->children_ = NULL; in rmc_delete_class()
[all …]
H A Daltq_rmclass.h155 rm_class_t *children_; /* Children of this class */ member
245 #define is_a_parent_class(cl) ((cl)->children_ != NULL)