Home
last modified time | relevance | path

Searched refs:CPU_STATES (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/top/dist/machine/
H A Dm_irixsgi.c154 #ifndef CPU_STATES /* defined only in 6.4 and up */
155 # define CPU_STATES 6 macro
158 int cpu_states[CPU_STATES];
417 static time_t cp_old [CPU_STATES]; in get_system_info()
418 static time_t cp_diff[CPU_STATES]; /* for cpu state percentages */ in get_system_info()
452 (void) percentages(CPU_STATES, cpu_states, sysinfo.cpu, cp_old, cp_diff); in get_system_info()