Home | History | Annotate | Download | only in latencytop

Lines Matching full:head

55 static void print_latency_entries(struct latency_entry *head);
293 static struct latency_entry *find_latency_entry(struct latency_entry *head, char *reason) {
296 e = head;
326 struct latency_entry *e, *head;
331 head = list;
347 e = find_latency_entry(head, reason);
359 e->next = head;
360 head = e;
365 return head;
368 static void print_latency_entries(struct latency_entry *head) {
373 e = head;
380 e = head;