Home
last modified time | relevance | path

Searched refs:no_rounding (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/power/cpupower/utils/
H A Dcpufreq-info.c86 static int no_rounding; variable
91 if (no_rounding) { in print_duration()
222 print_speed(freqs->frequency, no_rounding); in get_boost_mode()
226 print_speed(freqs->frequency, no_rounding); in get_boost_mode()
245 print_speed(freq, no_rounding); in get_freq_kernel()
269 print_speed(freq, no_rounding); in get_freq_hardware()
289 print_speed(min, no_rounding); in get_hardware_limits()
291 print_speed(max, no_rounding); in get_hardware_limits()
323 print_speed(policy->min, no_rounding); in get_policy()
325 print_speed(policy->max, no_rounding); in get_policy()
[all …]
/linux-6.15/tools/power/cpupower/utils/helpers/
H A Damd.c220 void amd_pstate_show_perf_and_freq(unsigned int cpu, int no_rounding) in amd_pstate_show_perf_and_freq() argument
230 print_speed(amd_pstate_get_data(cpu, AMD_PSTATE_MAX_FREQ), no_rounding); in amd_pstate_show_perf_and_freq()
236 no_rounding); in amd_pstate_show_perf_and_freq()
242 no_rounding); in amd_pstate_show_perf_and_freq()
247 print_speed(acpi_cppc_get_data(cpu, LOWEST_FREQ) * 1000, no_rounding); in amd_pstate_show_perf_and_freq()
H A Dhelpers.h150 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 Dmisc.c228 void print_speed(unsigned long speed, int no_rounding) in print_speed() argument
232 if (no_rounding) { in print_speed()