Searched defs:hfsc_class (Results 1 – 1 of 1) sorted by relevance
111 struct hfsc_class { struct122 struct hfsc_class *cl_parent; /* parent class */ argument123 struct list_head siblings; /* sibling classes */124 struct list_head children; /* child classes */125 struct Qdisc *qdisc; /* leaf qdisc */127 struct rb_node el_node; /* qdisc's eligible tree member */128 struct rb_root vt_tree; /* active children sorted by cl_vt */129 struct rb_node vt_node; /* parent's vt_tree member */130 struct rb_root cf_tree; /* active children sorted by cl_f */131 struct rb_node cf_node; /* parent's cf_heap member */[all …]