Lines Matching defs:CPUSTATES
130 #define CPUSTATES 5
238 unsigned int states[CPUSTATES];
281 int cpu_states[CPUSTATES];
1018 unsigned int (*cp_stats_p)[CPUSTATES];
1026 cp_stats = (unsigned int (*)[CPUSTATES])realloc(cp_stats,
1027 cpucount * sizeof(unsigned int) * CPUSTATES);
1402 static long cp_time[CPUSTATES];
1403 static long cp_old[CPUSTATES];
1404 static long cp_diff[CPUSTATES];
1427 for (j = 0; j < CPUSTATES; j++)
1443 (void) percentages (CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
1482 si->cpustates = cpu_states;