Lines Matching defs:htb_class
98 struct htb_class { struct
113 struct htb_class *parent; /* parent class */ argument
128 struct htb_class_leaf { argument
135 } un;
136 s64 pq_key;
138 int prio_activity; /* for which prios are we active */
139 enum htb_cmode cmode; /* current mode of the class */
140 struct rb_node pq_node; /* node for event queue */
141 struct rb_node node[TC_HTB_NUMPRIO]; /* node for self or feed tree */
143 unsigned int drops ____cacheline_aligned_in_smp;
144 unsigned int overlimits;