Searched defs:cbq_sched_data (Results 1 – 1 of 1) sorted by relevance
137 struct cbq_sched_data { struct138 struct Qdisc_class_hash clhash; /* Hash table of all classes */139 int nclasses[TC_CBQ_MAXPRIO + 1];140 unsigned int quanta[TC_CBQ_MAXPRIO + 1];142 struct cbq_class link;144 unsigned int activemask;145 struct cbq_class *active[TC_CBQ_MAXPRIO + 1]; /* List of all classes171 cbq_class_lookup(struct cbq_sched_data *q, u32 classid) in cbq_class_lookup() argument