Searched refs:tparent (Results 1 – 1 of 1) sorted by relevance
127 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ member221 for (cl = this->tparent; cl; cl = cl->tparent) in cbq_reclassify()832 if (cl->tparent == NULL) in cbq_under_limit()1086 } while ((this = this->tparent) != NULL); in cbq_adjust_levels()1160 for (split = cl->tparent; split; split = split->tparent) in cbq_change_defmap()1192 if (this->tparent) { in cbq_unlink_class()1203 if (this->tparent->children == this) { in cbq_unlink_class()1204 this->tparent->children = this->sibling; in cbq_unlink_class()1206 this->tparent->children = NULL; in cbq_unlink_class()1217 struct cbq_class *parent = this->tparent; in cbq_link_class()[all …]