HomeSort by relevance Sort by last modified time
    Searched refs:MAXCPUS (Results 1 - 11 of 11) sorted by null

  /external/netperf/src/
netcpu_ntperf.c 79 SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION StartInfo[MAXCPUS +1];
80 SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION EndInfo[MAXCPUS +1];
214 sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION)*(MAXCPUS +1));
220 (PCHAR)&PerfCntrs->EndInfo[0], sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION)*MAXCPUS,
250 (MAXCPUS +1 - returnNumCPUs));
260 PerfCntrs->EndInfo[MAXCPUS].IdleTime.QuadPart += PerfCntrs->EndInfo[i].IdleTime.QuadPart;
261 PerfCntrs->EndInfo[MAXCPUS].KernelTime.QuadPart += PerfCntrs->EndInfo[i].KernelTime.QuadPart;
262 PerfCntrs->EndInfo[MAXCPUS].UserTime.QuadPart += PerfCntrs->EndInfo[i].UserTime.QuadPart;
263 PerfCntrs->EndInfo[MAXCPUS].DpcTime.QuadPart += PerfCntrs->EndInfo[i].DpcTime.QuadPart;
264 PerfCntrs->EndInfo[MAXCPUS].InterruptTime.QuadPart += PerfCntrs->EndInfo[i].InterruptTime.QuadPart
    [all...]
netcpu_kstat10.c 51 static cpu_time_counters_t starting_cpu_counters[MAXCPUS];
52 static cpu_time_counters_t ending_cpu_counters[MAXCPUS];
53 static cpu_time_counters_t delta_cpu_counters[MAXCPUS];
54 static cpu_time_counters_t corrected_cpu_counters[MAXCPUS];
94 (ksp != NULL) && (i < MAXCPUS);
107 if (MAXCPUS == i) {
110 "Please alter MAXCPUS in netlib.h and recompile.\n",
112 MAXCPUS);
netcpu_kstat.c 44 static uint64_t lib_start_count[MAXCPUS];
45 static uint64_t lib_end_count[MAXCPUS];
47 static kstat_t *cpu_ks[MAXCPUS]; /* the addresses that kstat will
253 firstcnt[MAXCPUS],
254 secondcnt[MAXCPUS];
netcpu_looper.c 67 static uint64_t lib_start_count[MAXCPUS];
68 static uint64_t lib_end_count[MAXCPUS];
73 static uint64_t *lib_idle_address[MAXCPUS];
75 static pid_t lib_idle_pids[MAXCPUS];
489 firstcnt[MAXCPUS],
490 secondcnt[MAXCPUS];
netcpu_perfstat.c 46 static uint64_t lib_start_count[MAXCPUS];
47 static uint64_t lib_end_count[MAXCPUS];
119 firstcnt[MAXCPUS],
120 secondcnt[MAXCPUS];
netcpu_pstat.c 37 static uint64_t lib_start_count[MAXCPUS];
38 static uint64_t lib_end_count[MAXCPUS];
102 firstcnt[MAXCPUS],
103 secondcnt[MAXCPUS];
netcpu_pstatnew.c 59 static cpu_time_counters_t starting_cpu_counters[MAXCPUS];
60 static cpu_time_counters_t ending_cpu_counters[MAXCPUS];
61 static cpu_time_counters_t delta_cpu_counters[MAXCPUS];
netcpu_procstat.c 61 static cpu_states_t lib_start_count[MAXCPUS];
62 static cpu_states_t lib_end_count[MAXCPUS];
netlib.c 213 float lib_local_per_cpu_util[MAXCPUS];
214 int lib_cpu_map[MAXCPUS];
917 if (temp_cpus > MAXCPUS) {
920 "Please alter MAXCPUS in netlib.h and recompile.\n",
922 MAXCPUS);
    [all...]
netserver.c 1322 if (shell_num_cpus > MAXCPUS) {
1325 "increase MAXCPUS in netlib.h and recompile.\n",
1326 MAXCPUS);
    [all...]
netlib.h 25 #define MAXCPUS 256 /* how many CPU's can we track */

Completed in 104 milliseconds