Home | History | Annotate | Download | only in latencytop

Lines Matching refs:head

56 static void print_latency_entries(struct latency_entry *head);
294 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) {
297 e = head;
327 struct latency_entry *e, *head;
332 head = list;
348 e = find_latency_entry(head, reason);
360 e->next = head;
361 head = e;
366 return head;
369 static void print_latency_entries(struct latency_entry *head) {
374 e = head;
381 e = head;