Lines Matching defs:root
49 Each class is assigned level. Leaf has ALWAYS level 0 and root
274 static void htb_add_to_id_tree(struct rb_root *root,
277 struct rb_node **p = &root->rb_node, *parent = NULL;
290 rb_insert_color(&cl->node[prio], root);
355 static void htb_safe_rb_erase(struct rb_node *rb, struct rb_root *root)
360 rb_erase(rb, root);
773 struct rb_node *root;
779 sp->root = hprio->row.rb_node;
789 htb_id_find_next_upper(prio, sp->root, *sp->pid);
795 *sp->pptr = sp->root;
814 (++sp)->root = clp->feed.rb_node;
1180 /* the root class */