Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dsch_cbq.c305 struct cbq_class *cl_tail; in cbq_activate_class() local
307 cl_tail = q->active[prio]; in cbq_activate_class()
310 if (cl_tail != NULL) { in cbq_activate_class()
311 cl->next_alive = cl_tail->next_alive; in cbq_activate_class()
312 cl_tail->next_alive = cl; in cbq_activate_class()
825 struct cbq_class *cl_tail, *cl_prev, *cl; in cbq_dequeue_prio() local
829 cl_tail = cl_prev = q->active[prio]; in cbq_dequeue_prio()
891 if (cl == cl_tail) { in cbq_dequeue_prio()
893 cl_tail = cl_prev; in cbq_dequeue_prio()
896 if (cl == cl_tail) { in cbq_dequeue_prio()
[all …]