Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/cpupower/utils/helpers/
Dsysfs.c54 char linebuf[MAX_LINE_LEN]; in sysfs_is_cpu_online()
75 numread = read(fd, linebuf, MAX_LINE_LEN - 1); in sysfs_is_cpu_online()
210 char linebuf[MAX_LINE_LEN]; in sysfs_idlestate_get_one_value()
248 char linebuf[MAX_LINE_LEN]; in sysfs_idlestate_get_one_string()
415 char linebuf[MAX_LINE_LEN]; in sysfs_cpuidle_get_one_string()
Dtopology.c25 char linebuf[MAX_LINE_LEN]; in sysfs_topology_read_file()
31 if (sysfs_read_file(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
Dsysfs.h5 #define MAX_LINE_LEN 255 macro
/linux-4.1.27/tools/power/cpupower/lib/
Dsysfs.c20 #define MAX_LINE_LEN 4096 macro
119 char linebuf[MAX_LINE_LEN]; in sysfs_cpufreq_get_one_value()
156 char linebuf[MAX_LINE_LEN]; in sysfs_cpufreq_get_one_string()
275 char linebuf[MAX_LINE_LEN]; in sysfs_get_freq_available_governors()
332 char linebuf[MAX_LINE_LEN]; in sysfs_get_available_frequencies()
388 char linebuf[MAX_LINE_LEN]; in sysfs_get_cpu_list()
453 char linebuf[MAX_LINE_LEN]; in sysfs_get_freq_stats()