| /src/external/bsd/top/dist/machine/ |
| m_aix5.c | 205 static long cp_old[CPU_NTIMES]; variable 352 cp_old[i] = cp_time[i]; 354 cp_diff[i] = cp_time[i] - cp_old[i]; 365 cp_old[i] = cp_time[i]; 370 cp_diff[i] = cp_time[i] - cp_old[i];
|
| m_aix43.c | 204 static long cp_old[CPU_NTIMES]; variable 323 cp_old[i] = cp_time[i]; 325 cp_diff[i] = cp_time[i] - cp_old[i];
|
| m_netbsd.c | 152 static u_int64_t *cp_old; variable 351 cp_old = calloc(CPUSTATES * ncpu, sizeof(cp_old[0])); 353 if (cpu_states == NULL || cp_time == NULL || cp_old == NULL || 540 percentages64(CPUSTATES, cpu_states + j, cp_time + j, cp_old + j,
|
| m_hpux10.c | 143 static long cp_old[PST_MAX_CPUSTATES]; variable 348 percentages(PST_MAX_CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
|
| m_hpux7.c | 194 static long cp_old[CPUSTATES]; variable 427 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
|
| m_hpux8.c | 193 static long cp_old[CPUSTATES]; variable 385 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
|
| m_hpux9.c | 205 static long cp_old[CPUSTATES]; variable 397 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
|
| m_irix5.c | 311 static long cp_old[CPUSTATES]; local 350 (void) percentages (CPUSTATES, cpu_states, cp_new, cp_old, cp_diff);
|
| m_macosx.c | 158 static long cp_old[CPU_STATE_MAX]; variable 684 total = percentages(CPU_STATE_MAX, cpu_states, cp_time, cp_old, cp_diff);
|
| m_sunos4.c | 212 static long cp_old[CPUSTATES]; variable 489 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
|
| m_svr4.c | 291 static long cp_old[CPUSTATES]; local 325 (void) percentages (CPUSTATES, cpu_states, sysinfo.cpu, cp_old, cp_diff);
|
| m_irixsgi.c | 417 static time_t cp_old [CPU_STATES]; local 452 (void) percentages(CPU_STATES, cpu_states, sysinfo.cpu, cp_old, cp_diff);
|
| m_sco5.c | 181 static time_t cp_old[CPUSTATES]; variable 426 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
|
| m_linux.c | 195 static long cp_old[NCPUSTATES]; variable 504 percentages(NCPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
|
| m_linuxthr.c | 179 static long cp_old[NCPUSTATES]; variable 418 percentages(4, cpu_states, cp_time, cp_old, cp_diff);
|
| m_svr5.c | 324 static time_t cp_old[CPUSTATES]; local 334 (void) percentages (CPUSTATES, cpu_states, new_states, cp_old, cp_diff);
|
| m_freebsd.c | 256 static long cp_old[CPUSTATES]; variable 1056 total = percentages(CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
|
| m_sunos5.c | 1403 static long cp_old[CPUSTATES]; local 1443 (void) percentages (CPUSTATES, cpu_states, cp_time, cp_old, cp_diff);
|