Searched refs:cpu_count (Results 1 - 1 of 1) sorted by relevance

/system/extras/cpustats/
H A Dcpustats.c52 static int cpu_count, delay, iterations; variable
106 cpu_count = get_cpu_count();
108 old_cpus = malloc(sizeof(struct cpu_info) * cpu_count);
110 new_cpus = malloc(sizeof(struct cpu_info) * cpu_count);
113 for (i = 0; i < cpu_count; i++) {
156 for (i = 0; i < cpu_count; i++) {
176 int cpu_count = get_cpu_count_from_file("/sys/devices/system/cpu/present"); local
177 if (cpu_count != get_cpu_count_from_file("/sys/devices/system/cpu/online")) {
180 return cpu_count;
189 int cpu_count; local
[all...]

Completed in 42 milliseconds