Home
last modified time | relevance | path

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

/external/cpuinfo/src/linux/
Dprocessors.c39 #define POSSIBLE_CPULIST_FILENAME "/sys/devices/system/cpu/possible" macro
229 …if (!cpuinfo_linux_parse_cpulist(POSSIBLE_CPULIST_FILENAME, max_processor_number_parser, &max_poss… in cpuinfo_linux_get_max_possible_processor()
231 …info_log_error("failed to parse the list of possible processors in %s", POSSIBLE_CPULIST_FILENAME); in cpuinfo_linux_get_max_possible_processor()
233 …fo_log_warning("failed to parse the list of possible processors in %s", POSSIBLE_CPULIST_FILENAME); in cpuinfo_linux_get_max_possible_processor()
296 if (cpuinfo_linux_parse_cpulist(POSSIBLE_CPULIST_FILENAME, detect_processor_parser, &context)) { in cpuinfo_linux_detect_possible_processors()
299 …fo_log_warning("failed to parse the list of possible processors in %s", POSSIBLE_CPULIST_FILENAME); in cpuinfo_linux_detect_possible_processors()