Lines Matching refs:first
87 struct fq_flow *first; member
148 if (head->first) in fq_flow_add_tail()
151 head->first = flow; in fq_flow_add_tail()
503 if (!head->first) { in fq_dequeue()
505 if (!head->first) { in fq_dequeue()
512 f = head->first; in fq_dequeue()
516 head->first = f->next; in fq_dequeue()
527 head->first = f->next; in fq_dequeue()
541 head->first = f->next; in fq_dequeue()
543 if ((head == &q->new_flows) && q->old_flows.first) { in fq_dequeue()
645 q->new_flows.first = NULL; in fq_reset()
646 q->old_flows.first = NULL; in fq_reset()
879 q->new_flows.first = NULL; in fq_init()
880 q->old_flows.first = NULL; in fq_init()