Searched refs:cl_head (Results 1 – 1 of 1) sorted by relevance
1172 struct cbq_class *cl, *cl_head; in cbq_drop() local1177 cl_head = q->active[prio]; in cbq_drop()1178 if (!cl_head) in cbq_drop()1181 cl = cl_head; in cbq_drop()1189 } while ((cl = cl->next_alive) != cl_head); in cbq_drop()