TC_H_ROOT         210 net/sched/sch_api.c 	if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS)) {
TC_H_ROOT         219 net/sched/sch_api.c 	if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS)) {
TC_H_ROOT         612 net/sched/sch_api.c 		if (autohandle == TC_H_MAKE(TC_H_ROOT, 0))
TC_H_ROOT         659 net/sched/sch_api.c 			WARN_ON(parentid != TC_H_ROOT);
TC_H_ROOT         835 net/sched/sch_api.c 			if ((sch->parent != TC_H_ROOT) &&
TC_H_ROOT         965 net/sched/sch_api.c 		if (clid != TC_H_ROOT) {
TC_H_ROOT        1035 net/sched/sch_api.c 		if (clid != TC_H_ROOT) {
TC_H_ROOT        1362 net/sched/sch_api.c 	if (pid != TC_H_ROOT) {
TC_H_ROOT        1397 net/sched/sch_api.c 		if (pid == TC_H_ROOT)
TC_H_ROOT         220 net/sched/sch_atm.c 	if (parent && parent != TC_H_ROOT && parent != sch->handle)
TC_H_ROOT        1613 net/sched/sch_cbq.c 		tcm->tcm_parent = TC_H_ROOT;
TC_H_ROOT        1795 net/sched/sch_cbq.c 			if (!cl->tparent && parentid != TC_H_ROOT)
TC_H_ROOT        1847 net/sched/sch_cbq.c 	if (parentid == TC_H_ROOT)
TC_H_ROOT         580 net/sched/sch_generic.c 					  &pfifo_fast_ops, TC_H_ROOT);
TC_H_ROOT        1025 net/sched/sch_hfsc.c 			if (cl->cl_parent == NULL && parentid != TC_H_ROOT)
TC_H_ROOT        1053 net/sched/sch_hfsc.c 	if (parentid == TC_H_ROOT)
TC_H_ROOT        1341 net/sched/sch_hfsc.c 					  TC_H_ROOT;
TC_H_ROOT        1083 net/sched/sch_htb.c 	tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT;
TC_H_ROOT        1333 net/sched/sch_htb.c 	parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch);