Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_cbq.c102 struct cbq_class *tparent; /* Ptr to tree parent in the class tree */ member
188 for (cl = this->tparent; cl; cl = cl->tparent) { in cbq_reclassify()
650 if (cl->tparent == NULL) in cbq_under_limit()
886 } while ((this = this->tparent) != NULL); in cbq_adjust_levels()
964 for (split = cl->tparent; split; split = split->tparent) in cbq_change_defmap()
990 if (this->tparent) { in cbq_unlink_class()
1001 if (this->tparent->children == this) { in cbq_unlink_class()
1002 this->tparent->children = this->sibling; in cbq_unlink_class()
1004 this->tparent->children = NULL; in cbq_unlink_class()
1014 struct cbq_class *parent = this->tparent; in cbq_link_class()
[all …]
/Linux-v4.19/arch/arm/mach-pxa/
Dmioa701.c661 #define MIO_PARENT_DEV(var, strname, tparent, pdata) \ argument
667 .parent = tparent, \