Lines Matching defs:root
49 Each class is assigned level. Leaf has ALWAYS level 0 and root
280 * @root: the root of the tree
287 static void htb_add_to_id_tree(struct rb_root *root,
290 struct rb_node **p = &root->rb_node, *parent = NULL;
303 rb_insert_color(&cl->node[prio], root);
375 static void htb_safe_rb_erase(struct rb_node *rb, struct rb_root *root)
380 rb_erase(rb, root);
818 struct rb_node *root;
824 sp->root = hprio->row.rb_node;
834 htb_id_find_next_upper(prio, sp->root, *sp->pid);
840 *sp->pptr = sp->root;
859 (++sp)->root = clp->feed.rb_node;
1092 NL_SET_ERR_MSG(extack, "HTB must be the root qdisc to use offload");
1503 /* the root class */