Searched refs:cl_tail (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.c286 struct cbq_class *cl_tail; local
288 cl_tail = q->active[prio];
291 if (cl_tail != NULL) {
292 cl->next_alive = cl_tail->next_alive;
293 cl_tail->next_alive = cl;
828 struct cbq_class *cl_tail, *cl_prev, *cl; local
832 cl_tail = cl_prev = q->active[prio];
893 /* Did cl_tail point to it? */
894 if (cl == cl_tail) {
896 cl_tail
[all...]

Completed in 44 milliseconds