TC_H_ROOT          80 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c 	if (parent == TC_H_ROOT)
TC_H_ROOT         764 drivers/net/ethernet/netronome/nfp/abm/qdisc.c 				    TC_H_ROOT, opt->handle, alink->total_queues,
TC_H_ROOT         277 net/sched/sch_api.c 	if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS)) {
TC_H_ROOT         288 net/sched/sch_api.c 	if ((q->parent != TC_H_ROOT) && !(q->flags & TCQ_F_INGRESS)) {
TC_H_ROOT         743 net/sched/sch_api.c 		if (autohandle == TC_H_MAKE(TC_H_ROOT, 0))
TC_H_ROOT         786 net/sched/sch_api.c 			WARN_ON_ONCE(parentid != TC_H_ROOT);
TC_H_ROOT        1259 net/sched/sch_api.c 		if (sch->parent != TC_H_ROOT &&
TC_H_ROOT        1434 net/sched/sch_api.c 		if (clid != TC_H_ROOT) {
TC_H_ROOT        1523 net/sched/sch_api.c 		if (clid != TC_H_ROOT) {
TC_H_ROOT        2023 net/sched/sch_api.c 	if (portid != TC_H_ROOT) {
TC_H_ROOT        2059 net/sched/sch_api.c 		if (portid == TC_H_ROOT)
TC_H_ROOT         213 net/sched/sch_atm.c 	if (parent && parent != TC_H_ROOT && parent != sch->handle)
TC_H_ROOT        1356 net/sched/sch_cbq.c 		tcm->tcm_parent = TC_H_ROOT;
TC_H_ROOT        1505 net/sched/sch_cbq.c 			if (!cl->tparent && parentid != TC_H_ROOT) {
TC_H_ROOT        1561 net/sched/sch_cbq.c 	if (parentid == TC_H_ROOT)
TC_H_ROOT         241 net/sched/sch_drr.c 	tcm->tcm_parent	= TC_H_ROOT;
TC_H_ROOT        1044 net/sched/sch_generic.c 	qdisc = qdisc_create_dflt(dev_queue, ops, TC_H_ROOT, NULL);
TC_H_ROOT        1067 net/sched/sch_generic.c 		qdisc = qdisc_create_dflt(txq, &mq_qdisc_ops, TC_H_ROOT, NULL);
TC_H_ROOT         959 net/sched/sch_hfsc.c 			if (cl->cl_parent == NULL && parentid != TC_H_ROOT)
TC_H_ROOT        1006 net/sched/sch_hfsc.c 	if (parentid == TC_H_ROOT)
TC_H_ROOT        1299 net/sched/sch_hfsc.c 					  TC_H_ROOT;
TC_H_ROOT        1084 net/sched/sch_htb.c 	tcm->tcm_parent = cl->parent ? cl->parent->common.classid : TC_H_ROOT;
TC_H_ROOT        1323 net/sched/sch_htb.c 	parent = parentid == TC_H_ROOT ? NULL : htb_find(parentid, sch);
TC_H_ROOT          76 net/sched/sch_mq.c 	if (sch->parent != TC_H_ROOT)
TC_H_ROOT         237 net/sched/sch_mq.c 	tcm->tcm_parent = TC_H_ROOT;
TC_H_ROOT         150 net/sched/sch_mqprio.c 	if (sch->parent != TC_H_ROOT)
TC_H_ROOT         501 net/sched/sch_mqprio.c 		tcm->tcm_parent = TC_H_ROOT;
TC_H_ROOT         615 net/sched/sch_qfq.c 	tcm->tcm_parent	= TC_H_ROOT;
TC_H_ROOT        1634 net/sched/sch_taprio.c 	if (sch->parent != TC_H_ROOT)
TC_H_ROOT        1871 net/sched/sch_taprio.c 	tcm->tcm_parent = TC_H_ROOT;
TC_H_ROOT         193 tools/bpf/bpftool/net.c 	handle = TC_H_ROOT;