Searched defs:htb_class (Results 1 – 1 of 1) sorted by relevance
98 struct htb_class { struct113 struct htb_class *parent; /* parent class */ argument128 struct htb_class_leaf { argument135 } 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;[all …]