Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dsch_cbq.c294 struct cbq_class *cl_tail; in cbq_activate_class() local
296 cl_tail = q->active[prio]; in cbq_activate_class()
299 if (cl_tail != NULL) { in cbq_activate_class()
300 cl->next_alive = cl_tail->next_alive; in cbq_activate_class()
301 cl_tail->next_alive = cl; in cbq_activate_class()
605 struct cbq_class *cl_tail, *cl_prev, *cl; in cbq_dequeue_prio() local
609 cl_tail = cl_prev = q->active[prio]; in cbq_dequeue_prio()
671 if (cl == cl_tail) { in cbq_dequeue_prio()
673 cl_tail = cl_prev; in cbq_dequeue_prio()
676 if (cl == cl_tail) { in cbq_dequeue_prio()
[all …]