Searched refs:MAXCPUS (Results 1 - 2 of 2) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.h29 #define MAXCPUS 16 macro
58 double runtime[MAXCPUS];
59 double waittime[MAXCPUS];
H A Dstore.c176 if (r < 0 || c > MAXCPUS -1)
177 /* Oops, we only have room for MAXCPUS data */

Completed in 2814 milliseconds