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

/linux-master/net/sched/
H A Dsch_hfsc.c129 struct rb_node vt_node; /* parent's vt_tree member */ member in struct:hfsc_class
258 cl1 = rb_entry(parent, struct hfsc_class, vt_node);
264 rb_link_node(&cl->vt_node, parent, p);
265 rb_insert_color(&cl->vt_node, &cl->cl_parent->vt_tree);
271 rb_erase(&cl->vt_node, &cl->cl_parent->vt_tree);
288 p = rb_entry(n, struct hfsc_class, vt_node);
682 max_cl = rb_entry(n, struct hfsc_class, vt_node);

Completed in 103 milliseconds