Searched refs:no_rounding (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/power/cpupower/utils/ |
H A D | cpufreq-info.c | 86 static int no_rounding; variable 91 if (no_rounding) { in print_duration() 223 print_speed(freqs->frequency, no_rounding); in get_boost_mode() 227 print_speed(freqs->frequency, no_rounding); in get_boost_mode() 246 print_speed(freq, no_rounding); in get_freq_kernel() 265 print_speed(freq, no_rounding); in get_freq_hardware() 285 print_speed(min, no_rounding); in get_hardware_limits() 287 print_speed(max, no_rounding); in get_hardware_limits() 319 print_speed(policy->min, no_rounding); in get_policy() 321 print_speed(policy->max, no_rounding); in get_policy() [all...] |
/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/ |
H A D | amd.c | 196 void amd_pstate_show_perf_and_freq(unsigned int cpu, int no_rounding) in amd_pstate_show_perf_and_freq() argument 204 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_MAX_FREQ), no_rounding); in amd_pstate_show_perf_and_freq() local 210 no_rounding); in amd_pstate_show_perf_and_freq() 216 no_rounding); in amd_pstate_show_perf_and_freq() local 221 print_speed(acpi_cppc_get_data(cpu, LOWEST_FREQ) * 1000, no_rounding); in amd_pstate_show_perf_and_freq()
|
H A D | helpers.h | 150 int no_rounding); 199 int no_rounding) in amd_pstate_show_perf_and_freq() 219 void print_speed(unsigned long speed, int no_rounding); 198 amd_pstate_show_perf_and_freq(unsigned int cpu, int no_rounding) amd_pstate_show_perf_and_freq() argument
|
H A D | misc.c | 228 void print_speed(unsigned long speed, int no_rounding) in print_speed() argument 232 if (no_rounding) { in print_speed()
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/ |
H A D | cpufreq-info.c | 86 static int no_rounding; variable 91 if (no_rounding) { in print_speed() 128 if (no_rounding) { in print_duration() 574 no_rounding = 1; in cmd_freq_info()
|
Completed in 6 milliseconds