Searched refs:INTERRUPTS_LINE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dcommon.h41 #define INTERRUPTS_LINE 128 macro
H A Dmpstat.c639 SREALLOC(line, char, INTERRUPTS_LINE + 11 * cpu_nr);
644 while (fgets(line, INTERRUPTS_LINE + 11 * cpu_nr, fp) != NULL) {
655 while ((fgets(line, INTERRUPTS_LINE + 11 * cpu_nr, fp) != NULL) &&
H A Drd_stats.c2195 SREALLOC(line, char, INTERRUPTS_LINE + 11 * cpu_nr);
2197 while ((fgets(line, INTERRUPTS_LINE + 11 * cpu_nr , fp) != NULL) &&

Completed in 87 milliseconds