HomeSort by: relevance | last modified time | path
    Searched defs:CPUSTATES (Results 1 - 8 of 8) sorted by relevancy

  /src/libexec/rpc.rstatd/
rstat_proc.c 77 #undef CPUSTATES
86 int cp_xlat[CPUSTATES] = { CP_USER, CP_NICE, CP_SYS, CP_IDLE };
211 for (i = 0; i < CPUSTATES; i++)
  /src/sys/sys/
sched.h 141 #define CPUSTATES 5
167 uint64_t spc_cp_time[CPUSTATES];/* s: CPU state statistics */
  /src/external/mit/libuv/dist/src/unix/
freebsd.c 44 #ifndef CPUSTATES
45 # define CPUSTATES 5U
243 size = maxcpus * CPUSTATES * sizeof(long);
269 cur+=CPUSTATES;
  /src/external/bsd/top/dist/machine/
m_irix5.c 81 #define CPUSTATES 6
130 int cpu_states[CPUSTATES];
310 static long cp_new[CPUSTATES];
311 static long cp_old[CPUSTATES];
312 static long cp_diff[CPUSTATES]; /* for cpu state percentages */
347 for (i = 0; i < CPUSTATES; i++) {
350 (void) percentages (CPUSTATES, cpu_states, cp_new, cp_old, cp_diff);
352 si->cpustates = cpu_states;
m_svr4.c 91 #define CPUSTATES 5
169 int cpu_states[CPUSTATES];
291 static long cp_old[CPUSTATES];
292 static long cp_diff[CPUSTATES]; /* for cpu state percentages */
325 (void) percentages (CPUSTATES, cpu_states, sysinfo.cpu, cp_old, cp_diff);
350 si->cpustates = cpu_states;
m_sco5.c 179 #define CPUSTATES 5 /* definition from struct sysinfo */
180 static time_t cp_time[CPUSTATES];
181 static time_t cp_old[CPUSTATES];
182 static time_t cp_diff[CPUSTATES];
185 int cpu_states[CPUSTATES];
426 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
460 si->cpustates = cpu_states;
m_svr5.c 97 #define CPUSTATES 5
170 int cpu_states[CPUSTATES];
324 static time_t cp_old[CPUSTATES];
325 static time_t cp_diff[CPUSTATES]; /* for cpu state percentages */
329 int new_states[CPUSTATES];
334 (void) percentages (CPUSTATES, cpu_states, new_states, cp_old, cp_diff);
367 si->cpustates = cpu_states;
m_sunos5.c 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++
    [all...]

Completed in 25 milliseconds