tparent           661 arch/arm/mach-pxa/mioa701.c #define MIO_PARENT_DEV(var, strname, tparent, pdata)	\
tparent           667 arch/arm/mach-pxa/mioa701.c 		.parent	= tparent,			\
tparent            97 net/sched/sch_cbq.c 	struct cbq_class	*tparent;	/* Ptr to tree parent in the class tree */
tparent           183 net/sched/sch_cbq.c 	for (cl = this->tparent; cl; cl = cl->tparent) {
tparent           645 net/sched/sch_cbq.c 	if (cl->tparent == NULL)
tparent           881 net/sched/sch_cbq.c 	} while ((this = this->tparent) != NULL);
tparent           959 net/sched/sch_cbq.c 		for (split = cl->tparent; split; split = split->tparent)
tparent           985 net/sched/sch_cbq.c 	if (this->tparent) {
tparent           996 net/sched/sch_cbq.c 		if (this->tparent->children == this) {
tparent           997 net/sched/sch_cbq.c 			this->tparent->children = this->sibling;
tparent           999 net/sched/sch_cbq.c 				this->tparent->children = NULL;
tparent          1009 net/sched/sch_cbq.c 	struct cbq_class *parent = this->tparent;
tparent          1063 net/sched/sch_cbq.c 		cl->share = (lss->flags & TCF_CBQ_LSS_ISOLATED) ? NULL : cl->tparent;
tparent          1064 net/sched/sch_cbq.c 		cl->borrow = (lss->flags & TCF_CBQ_LSS_BOUNDED) ? NULL : cl->tparent;
tparent          1353 net/sched/sch_cbq.c 	if (cl->tparent)
tparent          1354 net/sched/sch_cbq.c 		tcm->tcm_parent = cl->tparent->common.classid;
tparent          1500 net/sched/sch_cbq.c 			if (cl->tparent &&
tparent          1501 net/sched/sch_cbq.c 			    cl->tparent->common.classid != parentid) {
tparent          1505 net/sched/sch_cbq.c 			if (!cl->tparent && parentid != TC_H_ROOT) {
tparent          1643 net/sched/sch_cbq.c 	cl->tparent = parent;
tparent          1651 net/sched/sch_cbq.c 	cl->borrow = cl->tparent;
tparent          1652 net/sched/sch_cbq.c 	if (cl->tparent != &q->link)
tparent          1653 net/sched/sch_cbq.c 		cl->share = cl->tparent;
tparent          1705 net/sched/sch_cbq.c 	cbq_adjust_levels(cl->tparent);