Searched defs:cl_parent (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dsch_hfsc.c123 struct hfsc_class *cl_parent; /* parent class */ member in struct:hfsc_class
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);
321 if (cl->cl_parent->cl_cvtmin < cl->cl_vt)
322 cl->cl_parent->cl_cvtmin = cl->cl_vt;
330 struct rb_node **p = &cl->cl_parent->cf_tree.rb_node;
343 rb_insert_color(&cl->cf_node, &cl->cl_parent->cf_tree);
349 rb_erase(&cl->cf_node, &cl->cl_parent->cf_tree);
682 for (; cl->cl_parent !
[all...]

Completed in 99 milliseconds