Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_cbq.c300 struct cbq_class *cl_tail; in cbq_activate_class() local
302 cl_tail = q->active[prio]; in cbq_activate_class()
305 if (cl_tail != NULL) { in cbq_activate_class()
306 cl->next_alive = cl_tail->next_alive; in cbq_activate_class()
307 cl_tail->next_alive = cl; in cbq_activate_class()
687 struct cbq_class *cl_tail, *cl_prev, *cl; in cbq_dequeue_prio() local
691 cl_tail = cl_prev = q->active[prio]; in cbq_dequeue_prio()
753 if (cl == cl_tail) { in cbq_dequeue_prio()
755 cl_tail = cl_prev; in cbq_dequeue_prio()
758 if (cl == cl_tail) { in cbq_dequeue_prio()
[all …]