Home
last modified time | relevance | path

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

/netbsd/external/bsd/top/dist/machine/
H A Dm_linux.c121 #define NCPUSTATES 5 macro
122 static char *cpustatenames[NCPUSTATES+1] =
194 static long cp_time[NCPUSTATES];
195 static long cp_old[NCPUSTATES];
196 static long cp_diff[NCPUSTATES];
225 static int cpu_states[NCPUSTATES];
504 percentages(NCPUSTATES, cpu_states, cp_time, cp_old, cp_diff); in get_system_info()
H A Dm_linuxthr.c123 #define NCPUSTATES 4 macro
124 static char *cpustatenames[NCPUSTATES+1] =
178 static long cp_time[NCPUSTATES];
179 static long cp_old[NCPUSTATES];
180 static long cp_diff[NCPUSTATES];
199 static int cpu_states[NCPUSTATES];