Searched refs:MAX_LINE_LEN (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/mseal_system_mappings/ |
| H A D | sysmap_is_sealed.c | 19 #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 D | cpupower_intern.h | 4 #ifndef MAX_LINE_LEN 5 #define MAX_LINE_LEN 4096 macro
|
| H A D | powercap.h | 17 #define MAX_LINE_LEN 4096 macro 23 char name[MAX_LINE_LEN];
|
| H A D | cpuidle.c | 141 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 D | powercap.c | 130 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 D | acpi_cppc.c | 42 char linebuf[MAX_LINE_LEN]; in acpi_cppc_get_data()
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | sysfs.c | 53 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 D | misc.c | 22 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 D | sysfs.h | 6 #define MAX_LINE_LEN 255 macro
|
| /linux/tools/power/cpupower/utils/ |
| H A D | powercap-info.c | 58 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 D | test_mremap_vdso.c | 62 #define MAX_LINE_LEN 512 macro 66 char line[MAX_LINE_LEN]; in vdso_sealed()
|
| /linux/tools/power/cpupower/utils/idle_monitor/ |
| H A D | rapl_monitor.c | 105 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 D | raw_pylibcpupower.i | |
| /linux/drivers/gpu/drm/ |
| H A D | drm_debugfs_crc.c | 283 #define MAX_LINE_LEN (LINE_LEN(DRM_MAX_CRC_NR)) macro 291 char buf[MAX_LINE_LEN]; in crtc_crc_read()
|