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()
443 if (!head->first) { in fq_dequeue()
445 if (!head->first) { in fq_dequeue()
453 f = head->first; in fq_dequeue()
457 head->first = f->next; in fq_dequeue()
465 head->first = f->next; in fq_dequeue()
472 head->first = f->next; in fq_dequeue()
474 if ((head == &q->new_flows) && q->old_flows.first) { in fq_dequeue()
545 q->new_flows.first = NULL; in fq_reset()
546 q->old_flows.first = NULL; in fq_reset()
771 q->new_flows.first = NULL; in fq_init()
772 q->old_flows.first = NULL; in fq_init()