Searched refs:tparent (Results 1 – 2 of 2) sorted by relevance
97 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ member182 for (cl = this->tparent; cl; cl = cl->tparent) { in cbq_reclassify()568 if (cl->tparent == NULL) in cbq_under_limit()804 } while ((this = this->tparent) != NULL); in cbq_adjust_levels()882 for (split = cl->tparent; split; split = split->tparent) in cbq_change_defmap()908 if (this->tparent) { in cbq_unlink_class()919 if (this->tparent->children == this) { in cbq_unlink_class()920 this->tparent->children = this->sibling; in cbq_unlink_class()922 this->tparent->children = NULL; in cbq_unlink_class()932 struct cbq_class *parent = this->tparent; in cbq_link_class()[all …]
661 #define MIO_PARENT_DEV(var, strname, tparent, pdata) \ argument667 .parent = tparent, \