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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c1191 struct cbq_class *cl, *cl_head; local
1196 if ((cl_head = q->active[prio]) == NULL)
1199 cl = cl_head;
1207 } while ((cl = cl->next_alive) != cl_head);

Completed in 46 milliseconds