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

/system/extras/cpustats/
H A Dcpustats.c56 static int get_cpu_count_from_file(char *filename);
176 int cpu_count = get_cpu_count_from_file("/sys/devices/system/cpu/present");
177 if (cpu_count != get_cpu_count_from_file("/sys/devices/system/cpu/online")) {
186 static int get_cpu_count_from_file(char *filename) { function

Completed in 175 milliseconds