Lines Matching refs:head
54 static void print_latency_entries(struct latency_entry *head);
287 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) { in find_latency_entry() argument
290 e = head; in find_latency_entry()
316 struct latency_entry *e, *head; in read_latency_file() local
321 head = list; in read_latency_file()
337 e = find_latency_entry(head, reason); in read_latency_file()
349 e->next = head; in read_latency_file()
350 head = e; in read_latency_file()
355 return head; in read_latency_file()
358 static void print_latency_entries(struct latency_entry *head) { in print_latency_entries() argument
363 e = head; in print_latency_entries()
370 e = head; in print_latency_entries()