Searched refs:show_one (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | cacheinfo.c | 360 #define show_one(file_name, object) \ macro 368 show_one(id, id); 369 show_one(level, level); 370 show_one(coherency_line_size, coherency_line_size); 371 show_one(number_of_sets, number_of_sets); 372 show_one(physical_line_partition, physical_line_partition); 373 show_one(ways_of_associativity, ways_of_associativity);
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | cpufreq_interactive.c | 753 #define show_one(file_name, type) \ macro 1014 show_one(hispeed_freq, "%u"); 1015 show_one(go_hispeed_load, "%lu"); 1016 show_one(min_sample_time, "%lu"); 1017 show_one(timer_slack, "%lu"); 1018 show_one(boost, "%u"); 1019 show_one(boostpulse_duration, "%u"); 1020 show_one(io_is_busy, "%u");
|
| H A D | cpufreq.c | 691 #define show_one(file_name, object) \ macro 707 show_one(cpuinfo_min_freq, cpuinfo.min_freq); 708 show_one(cpuinfo_transition_latency, cpuinfo.transition_latency); 709 show_one(scaling_min_freq, min); 710 show_one(scaling_max_freq, max);
|
| H A D | intel_pstate.c | 1054 #define show_one(file_name, object) \ macro 1363 show_one(max_perf_pct, max_perf_pct); 1364 show_one(min_perf_pct, min_perf_pct);
|