Searched refs:no_rounding (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/power/cpupower/utils/ |
| H A D | cpufreq-info.c | 86 static int no_rounding; variable 91 if (no_rounding) { in print_duration() 236 print_speed(freqs->frequency, no_rounding); in get_boost_mode() 240 print_speed(freqs->frequency, no_rounding); in get_boost_mode() 259 print_speed(freq, no_rounding); in get_freq_kernel() 283 print_speed(freq, no_rounding); in get_freq_hardware() 303 print_speed(min, no_rounding); in get_hardware_limits() 305 print_speed(max, no_rounding); in get_hardware_limits() 337 print_speed(policy->min, no_rounding); in get_policy() 339 print_speed(policy->max, no_rounding); in get_policy() [all …]
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | helpers.h | 152 int no_rounding); 199 int no_rounding) in amd_pstate_show_perf_and_freq() argument 219 void print_speed(unsigned long speed, int no_rounding);
|
| H A D | misc.c | 242 void print_speed(unsigned long speed, int no_rounding) in print_speed() argument 246 if (no_rounding) { in print_speed()
|