Lines Matching refs:first
78 struct fq_flow *first; member
158 if (head->first) in fq_flow_add_tail()
161 head->first = flow; in fq_flow_add_tail()
440 if (!head->first) { in fq_dequeue()
442 if (!head->first) { in fq_dequeue()
450 f = head->first; in fq_dequeue()
454 head->first = f->next; in fq_dequeue()
462 head->first = f->next; in fq_dequeue()
469 head->first = f->next; in fq_dequeue()
471 if ((head == &q->new_flows) && q->old_flows.first) { in fq_dequeue()
542 q->new_flows.first = NULL; in fq_reset()
543 q->old_flows.first = NULL; in fq_reset()
766 q->new_flows.first = NULL; in fq_init()
767 q->old_flows.first = NULL; in fq_init()