Lines Matching defs:tparent
97 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */
183 for (cl = this->tparent; cl; cl = cl->tparent) {
645 if (cl->tparent == NULL)
881 } while ((this = this->tparent) != NULL);
959 for (split = cl->tparent; split; split = split->tparent)
985 if (this->tparent) {
996 if (this->tparent->children == this) {
997 this->tparent->children = this->sibling;
999 this->tparent->children = NULL;
1009 struct cbq_class *parent = this->tparent;
1062 cl->share = (lss->flags & TCF_CBQ_LSS_ISOLATED) ? NULL : cl->tparent;
1063 cl->borrow = (lss->flags & TCF_CBQ_LSS_BOUNDED) ? NULL : cl->tparent;
1352 if (cl->tparent)
1353 tcm->tcm_parent = cl->tparent->common.classid;
1499 if (cl->tparent &&
1500 cl->tparent->common.classid != parentid) {
1504 if (!cl->tparent && parentid != TC_H_ROOT) {
1642 cl->tparent = parent;
1650 cl->borrow = cl->tparent;
1651 if (cl->tparent != &q->link)
1652 cl->share = cl->tparent;
1704 cbq_adjust_levels(cl->tparent);