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

/net/sched/
H A Dsch_hfsc.c129 struct rb_root vt_tree; /* active children sorted by cl_vt */ member in struct:hfsc_class
130 struct rb_node vt_node; /* parent's vt_tree member */
261 struct rb_node **p = &cl->cl_parent->vt_tree.rb_node;
274 rb_insert_color(&cl->vt_node, &cl->cl_parent->vt_tree);
280 rb_erase(&cl->vt_node, &cl->cl_parent->vt_tree);
296 for (n = rb_first(&cl->vt_tree); n != NULL; n = rb_next(n)) {
689 n = rb_last(&cl->cl_parent->vt_tree);
1094 cl->vt_tree = RB_ROOT;
1459 q->root.vt_tree = RB_ROOT;
1509 cl->vt_tree
[all...]

Completed in 24 milliseconds