Searched defs:cbq_sched_data (Results 1 – 1 of 1) sorted by relevance
144 struct cbq_sched_data { struct145 struct Qdisc_class_hash clhash; /* Hash table of all classes */146 int nclasses[TC_CBQ_MAXPRIO + 1];147 unsigned int quanta[TC_CBQ_MAXPRIO + 1];149 struct cbq_class link;151 unsigned int activemask;152 struct cbq_class *active[TC_CBQ_MAXPRIO + 1]; /* List of all classes178 cbq_class_lookup(struct cbq_sched_data *q, u32 classid) in cbq_class_lookup() argument