Home
last modified time | relevance | path

Searched refs:vt_tree (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sched/
H A Dsch_hfsc.c128 struct rb_root vt_tree; /* active children sorted by cl_vt */ member
252 struct rb_node **p = &cl->cl_parent->vt_tree.rb_node; in vttree_insert()
265 rb_insert_color(&cl->vt_node, &cl->cl_parent->vt_tree); in vttree_insert()
271 rb_erase(&cl->vt_node, &cl->cl_parent->vt_tree); in vttree_remove()
287 for (n = rb_first(&cl->vt_tree); n != NULL; n = rb_next(n)) { in vttree_firstfit()
680 n = rb_last(&cl->cl_parent->vt_tree); in init_vf()
1068 cl->vt_tree = RB_ROOT; in hfsc_change_class()
1426 q->root.vt_tree = RB_ROOT; in hfsc_init_qdisc()
1471 cl->vt_tree = RB_ROOT; in hfsc_reset_class()