Home | History | Annotate | Download | only in latencytop

Lines Matching defs:max

37     unsigned long max;
329 unsigned long count, max, total;
346 sscanf(line, "%ld %ld %ld %s", &count, &total, &max, reason);
347 if (max > 0 || total > 0) {
351 if (max > e->max)
352 e->max = max;
357 e->max = max;
399 e->max / 1000, (e->max % 1000) / 10,
442 return numcmp(pb->max, pa->max);