Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mseal_system_mappings/
H A Dsysmap_is_sealed.c19 #define MAX_LINE_LEN 512 macro
23 char line[MAX_LINE_LEN]; in has_mapping()
35 char line[MAX_LINE_LEN]; in mapping_is_sealed()
/linux/tools/power/cpupower/lib/
H A Dcpupower_intern.h4 #ifndef MAX_LINE_LEN
5 #define MAX_LINE_LEN 4096 macro
H A Dpowercap.h17 #define MAX_LINE_LEN 4096 macro
23 char name[MAX_LINE_LEN];
H A Dcpuidle.c141 char linebuf[MAX_LINE_LEN]; in cpuidle_state_get_one_value()
180 char linebuf[MAX_LINE_LEN]; in cpuidle_state_get_one_string()
353 char linebuf[MAX_LINE_LEN]; in sysfs_cpuidle_get_one_string()
H A Dpowercap.c130 char buf[MAX_LINE_LEN]; in sysfs_powercap_get64_val()
136 ret = sysfs_read_file(file, buf, MAX_LINE_LEN); in sysfs_powercap_get64_val()
208 sysfs_read_file(file, zone->name, MAX_LINE_LEN); in powercap_read_zone()
H A Dacpi_cppc.c42 char linebuf[MAX_LINE_LEN]; in acpi_cppc_get_data()
/linux/tools/power/cpupower/utils/helpers/
H 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()
H A Dmisc.c22 char linebuf[MAX_LINE_LEN]; in cpufreq_has_x86_boost_support()
56 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in cpufreq_has_x86_boost_support()
89 char linebuf[MAX_LINE_LEN]; in cpupower_intel_get_perf_bias()
99 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in cpupower_intel_get_perf_bias()
H A Dsysfs.h6 #define MAX_LINE_LEN 255 macro
/linux/tools/power/cpupower/utils/
H 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/tools/testing/selftests/x86/
H A Dtest_mremap_vdso.c62 #define MAX_LINE_LEN 512 macro
66 char line[MAX_LINE_LEN]; in vdso_sealed()
/linux/tools/power/cpupower/utils/idle_monitor/
H 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/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.i
/linux/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c283 #define MAX_LINE_LEN (LINE_LEN(DRM_MAX_CRC_NR)) macro
291 char buf[MAX_LINE_LEN]; in crtc_crc_read()