Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/power/cpupower/lib/
A Dcpupower_intern.h4 #ifndef MAX_LINE_LEN
5 #define MAX_LINE_LEN 4096 macro
A Dcpupower.c73 char linebuf[MAX_LINE_LEN]; in cpupower_is_cpu_online()
94 numread = read(fd, linebuf, MAX_LINE_LEN - 1); in cpupower_is_cpu_online()
112 char linebuf[MAX_LINE_LEN]; in sysfs_topology_read_file()
118 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
A Dpowercap.h17 #define MAX_LINE_LEN 4096 macro
23 char name[MAX_LINE_LEN];
A Dcpufreq.c93 char linebuf[MAX_LINE_LEN]; in cpufreq_get_sysfs_value_from_table()
138 char linebuf[MAX_LINE_LEN]; in sysfs_cpufreq_get_one_string()
275 char linebuf[MAX_LINE_LEN]; in cpufreq_get_available_governors()
350 char linebuf[MAX_LINE_LEN]; in cpufreq_get_available_frequencies()
406 char linebuf[MAX_LINE_LEN]; in cpufreq_get_boost_frequencies()
482 char linebuf[MAX_LINE_LEN]; in sysfs_get_cpu_list()
713 char linebuf[MAX_LINE_LEN]; in cpufreq_get_stats()
A Dcpuidle.c139 char linebuf[MAX_LINE_LEN]; in cpuidle_state_get_one_value()
177 char linebuf[MAX_LINE_LEN]; in cpuidle_state_get_one_string()
344 char linebuf[MAX_LINE_LEN]; in sysfs_cpuidle_get_one_string()
A Dpowercap.c113 char buf[MAX_LINE_LEN]; in sysfs_powercap_get64_val()
119 ret = sysfs_read_file(file, buf, MAX_LINE_LEN); in sysfs_powercap_get64_val()
191 sysfs_read_file(file, zone->name, MAX_LINE_LEN); in powercap_read_zone()
A Dacpi_cppc.c42 char linebuf[MAX_LINE_LEN]; in acpi_cppc_get_data()
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/
A Dsysfs.c53 char linebuf[MAX_LINE_LEN]; in sysfs_is_cpu_online()
74 numread = read(fd, linebuf, MAX_LINE_LEN - 1); in sysfs_is_cpu_online()
209 char linebuf[MAX_LINE_LEN]; in sysfs_idlestate_get_one_value()
247 char linebuf[MAX_LINE_LEN]; in sysfs_idlestate_get_one_string()
414 char linebuf[MAX_LINE_LEN]; in sysfs_cpuidle_get_one_string()
A Dmisc.c53 char linebuf[MAX_LINE_LEN]; in cpupower_intel_get_perf_bias()
63 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in cpupower_intel_get_perf_bias()
A Dsysfs.h6 #define MAX_LINE_LEN 255 macro
/linux-6.3-rc2/tools/power/cpupower/utils/
A Dpowercap-info.c58 char line[MAX_LINE_LEN] = ""; in powercap_show()
61 ret = powercap_get_driver(line, MAX_LINE_LEN); in powercap_show()
/linux-6.3-rc2/tools/power/cpupower/utils/idle_monitor/
A Drapl_monitor.c105 char line[MAX_LINE_LEN] = ""; in rapl_register()
108 ret = powercap_get_driver(line, MAX_LINE_LEN); in rapl_register()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_debugfs_crc.c282 #define MAX_LINE_LEN (LINE_LEN(DRM_MAX_CRC_NR)) macro
290 char buf[MAX_LINE_LEN]; in crtc_crc_read()

Completed in 20 milliseconds