Home
last modified time | relevance | path

Searched defs:cbq_sched_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_cbq.c144 struct cbq_sched_data { struct
145 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 classes
178 cbq_class_lookup(struct cbq_sched_data *q, u32 classid) in cbq_class_lookup() argument