Lines Matching refs:node
138 struct rb_node node[TC_HTB_NUMPRIO]; /* node for self or feed tree */ member
295 c = rb_entry(parent, struct htb_class, node[prio]); in htb_add_to_id_tree()
302 rb_link_node(&cl->node[prio], parent, p); in htb_add_to_id_tree()
303 rb_insert_color(&cl->node[prio], root); in htb_add_to_id_tree()
407 if (hprio->ptr == cl->node + prio) in htb_remove_class_from_row()
410 htb_safe_rb_erase(cl->node + prio, &hprio->row); in htb_remove_class_from_row()
478 if (p->inner.clprio[prio].ptr == cl->node + prio) { in htb_deactivate_prios()
487 htb_safe_rb_erase(cl->node + prio, in htb_deactivate_prios()
794 rb_entry(n, struct htb_class, node[prio]); in htb_id_find_next_upper()
856 cl = rb_entry(*sp->pptr, struct htb_class, node[prio]); in htb_lookup_leaf()
1872 RB_CLEAR_NODE(&cl->node[prio]); in htb_change_class()