Home
last modified time | relevance | path

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

/system/extras/cpustats/
Dcpustats.c57 static int get_cpu_count_from_file(char *filename);
180 int cpu_count = get_cpu_count_from_file("/sys/devices/system/cpu/present"); in get_cpu_count()
181 if (cpu_count != get_cpu_count_from_file("/sys/devices/system/cpu/online")) { in get_cpu_count()
190 static int get_cpu_count_from_file(char *filename) { in get_cpu_count_from_file() function