Home
last modified time | relevance | path

Searched refs:cl_head (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_cbq.c1172 struct cbq_class *cl, *cl_head; in cbq_drop() local
1177 cl_head = q->active[prio]; in cbq_drop()
1178 if (!cl_head) in cbq_drop()
1181 cl = cl_head; in cbq_drop()
1189 } while ((cl = cl->next_alive) != cl_head); in cbq_drop()