Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_cbq.c109 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ member
195 for (cl = this->tparent; cl; cl = cl->tparent) { in cbq_reclassify()
788 if (cl->tparent == NULL) in cbq_under_limit()
1025 } while ((this = this->tparent) != NULL); in cbq_adjust_levels()
1103 for (split = cl->tparent; split; split = split->tparent) in cbq_change_defmap()
1129 if (this->tparent) { in cbq_unlink_class()
1140 if (this->tparent->children == this) { in cbq_unlink_class()
1141 this->tparent->children = this->sibling; in cbq_unlink_class()
1143 this->tparent->children = NULL; in cbq_unlink_class()
1153 struct cbq_class *parent = this->tparent; in cbq_link_class()
[all …]
/linux-4.4.14/arch/arm/mach-pxa/
Dmioa701.c666 #define MIO_PARENT_DEV(var, strname, tparent, pdata) \ argument
672 .parent = tparent, \