Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_hfsc.c111 struct hfsc_class { struct
122 struct hfsc_class *cl_parent; /* parent class */ argument
170 struct hfsc_class root; /* root class */ argument
178 static bool cl_in_el_or_vttree(struct hfsc_class *cl) in cl_in_el_or_vttree()
190 eltree_insert(struct hfsc_class *cl) in eltree_insert()
194 struct hfsc_class *cl1; in eltree_insert()
198 cl1 = rb_entry(parent, struct hfsc_class, el_node); in eltree_insert()
209 eltree_remove(struct hfsc_class *cl) in eltree_remove()
218 eltree_update(struct hfsc_class *cl) in eltree_update()
225 static inline struct hfsc_class *
[all …]