Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cbq.c97 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ member
183 for (cl = this->tparent; cl; cl = cl->tparent) { in cbq_reclassify()
645 if (cl->tparent == NULL) in cbq_under_limit()
881 } while ((this = this->tparent) != NULL); in cbq_adjust_levels()
959 for (split = cl->tparent; split; split = split->tparent) in cbq_change_defmap()
985 if (this->tparent) { in cbq_unlink_class()
996 if (this->tparent->children == this) { in cbq_unlink_class()
997 this->tparent->children = this->sibling; in cbq_unlink_class()
999 this->tparent->children = NULL; in cbq_unlink_class()
1009 struct cbq_class *parent = this->tparent; in cbq_link_class()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dmioa701.c662 #define MIO_PARENT_DEV(var, strname, tparent, pdata) \ argument
668 .parent = tparent, \