Lines Matching defs:root
170 struct hfsc_class root; /* root class */
301 /* if root-class's cfmin is bigger than cur_time nothing to do */
1016 parent = &q->root;
1073 if (!(parent->cl_flags & HFSC_FSC) && parent != &q->root) {
1099 if (cl != &q->root)
1111 cl == &q->root) {
1145 head = &q->root;
1146 tcf = rcu_dereference_bh(q->root.filter_list);
1263 cl = &q->root;
1384 if (q->root.cl_cfmin != 0) {
1385 if (next_time == 0 || next_time > q->root.cl_cfmin)
1386 next_time = q->root.cl_cfmin;
1412 err = tcf_block_get(&q->root.block, &q->root.filter_list, sch, extack);
1416 gnet_stats_basic_sync_init(&q->root.bstats);
1417 q->root.cl_common.classid = sch->handle;
1418 q->root.sched = q;
1419 q->root.qdisc = qdisc_create_dflt(sch->dev_queue, &pfifo_qdisc_ops,
1421 if (q->root.qdisc == NULL)
1422 q->root.qdisc = &noop_qdisc;
1424 qdisc_hash_add(q->root.qdisc, true);
1425 INIT_LIST_HEAD(&q->root.children);
1426 q->root.vt_tree = RB_ROOT;
1427 q->root.cf_tree = RB_ROOT;
1429 qdisc_class_hash_insert(&q->clhash, &q->root.cl_common);
1613 cl = vttree_get_minvt(&q->root, cur_time);