Home
last modified time | relevance | path

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

/external/cpuinfo/src/linux/
Dprocessors.c21 #define KERNEL_MAX_FILENAME "/sys/devices/system/cpu/kernel_max" macro
86 cpuinfo_log_error("failed to parse file %s: file is empty", KERNEL_MAX_FILENAME); in uint32_parser()
94 KERNEL_MAX_FILENAME, (int) (text_end - text_start), text_start); in uint32_parser()
100 (int) (text_end - char_ptr), char_ptr, KERNEL_MAX_FILENAME); in uint32_parser()
113 …if (cpuinfo_linux_parse_small_file(KERNEL_MAX_FILENAME, KERNEL_MAX_FILESIZE, uint32_parser, &kerne… in cpuinfo_linux_get_max_processors_count()
114 …cpuinfo_log_debug("parsed kernel_max value of %"PRIu32" from %s", kernel_max, KERNEL_MAX_FILENAME); in cpuinfo_linux_get_max_processors_count()
118 kernel_max, KERNEL_MAX_FILENAME, default_max_processors_count - 1); in cpuinfo_linux_get_max_processors_count()