Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/
A Dcpufreq-info.c211 struct cpufreq_available_frequencies *freqs; in get_boost_mode() local
218 freqs = cpufreq_get_boost_frequencies(cpu); in get_boost_mode()
219 if (freqs) { in get_boost_mode()
221 while (freqs->next) { in get_boost_mode()
224 freqs = freqs->next; in get_boost_mode()
226 print_speed(freqs->frequency, no_rounding); in get_boost_mode()
228 cpufreq_put_available_frequencies(freqs); in get_boost_mode()
488 if (freqs) { in debug_output_one()
490 while (freqs->next) { in debug_output_one()
493 freqs = freqs->next; in debug_output_one()
[all …]
/tools/testing/selftests/intel_pstate/
A Drun.sh65 grep MHz /proc/cpuinfo | sort -u > /tmp/result.freqs
66 num_freqs=$(wc -l /tmp/result.freqs | awk ' { print $1 } ')
68 tail -n 1 /tmp/result.freqs > /tmp/result.$1
70 cp /tmp/result.freqs /tmp/result.$1
/tools/testing/selftests/cpufreq/
A Dspecial-tests.sh98 local freqs=$(cat $filepath/scaling_available_frequencies)
104 for freq in $freqs; do
A Dcpufreq.sh156 local freqs=$(cat $filepath/scaling_available_frequencies)
157 printf "Available frequencies for $1: $freqs\n\n"
160 for freq in $freqs; do

Completed in 6 milliseconds