Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/cpupower/lib/
Dcpupower.c53 char linebuf[MAX_LINE_LEN]; in cpupower_is_cpu_online()
74 numread = read(fd, linebuf, MAX_LINE_LEN - 1); in cpupower_is_cpu_online()
92 char linebuf[MAX_LINE_LEN]; in sysfs_topology_read_file()
98 if (sysfs_read_file(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
Dcpuidle.c140 char linebuf[MAX_LINE_LEN]; in cpuidle_state_get_one_value()
178 char linebuf[MAX_LINE_LEN]; in cpuidle_state_get_one_string()
345 char linebuf[MAX_LINE_LEN]; in sysfs_cpuidle_get_one_string()
Dcpufreq.c93 char linebuf[MAX_LINE_LEN]; in sysfs_cpufreq_get_one_value()
130 char linebuf[MAX_LINE_LEN]; in sysfs_cpufreq_get_one_string()
267 char linebuf[MAX_LINE_LEN]; in cpufreq_get_available_governors()
342 char linebuf[MAX_LINE_LEN]; in cpufreq_get_available_frequencies()
413 char linebuf[MAX_LINE_LEN]; in sysfs_get_cpu_list()
644 char linebuf[MAX_LINE_LEN]; in cpufreq_get_stats()
Dcpupower_intern.h3 #define MAX_LINE_LEN 4096 macro
/Linux-v4.19/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()
Dsysfs.h6 #define MAX_LINE_LEN 255 macro
/Linux-v4.19/drivers/gpu/drm/
Ddrm_debugfs_crc.c249 #define MAX_LINE_LEN (LINE_LEN(DRM_MAX_CRC_NR)) macro
257 char buf[MAX_LINE_LEN]; in crtc_crc_read()