Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_cbq.c137 struct cbq_sched_data { struct
138 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 classes
171 cbq_class_lookup(struct cbq_sched_data *q, u32 classid) in cbq_class_lookup() argument