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