Lines Matching defs:head
67 struct list_head *head;
73 head = &tin->new_flows;
74 if (list_empty(head)) {
75 head = &tin->old_flows;
76 if (list_empty(head))
80 flow = list_first_entry(head, struct fq_flow, flowchain);
92 if ((head == &tin->new_flows) &&
271 struct list_head *head;
275 head = &tin->new_flows;
276 if (list_empty(head)) {
277 head = &tin->old_flows;
278 if (list_empty(head))
282 flow = list_first_entry(head, struct fq_flow, flowchain);