OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_cpu_count_from_file
(Results
1 - 1
of
1
) sorted by null
/system/extras/cpustats/
cpustats.c
56
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 971 milliseconds