Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/
Dcpufreq-info.c247 struct cpufreq_available_frequencies *freqs; in get_boost_mode() local
254 freqs = cpufreq_get_boost_frequencies(cpu); in get_boost_mode()
255 if (freqs) { in get_boost_mode()
257 while (freqs->next) { in get_boost_mode()
258 print_speed(freqs->frequency); in get_boost_mode()
260 freqs = freqs->next; in get_boost_mode()
262 print_speed(freqs->frequency); in get_boost_mode()
264 cpufreq_put_available_frequencies(freqs); in get_boost_mode()
478 struct cpufreq_available_frequencies *freqs; in debug_output_one() local
486 freqs = cpufreq_get_available_frequencies(cpu); in debug_output_one()
[all …]
/tools/testing/selftests/intel_pstate/
Drun.sh60 grep MHz /proc/cpuinfo | sort -u > /tmp/result.freqs
61 num_freqs=$(wc -l /tmp/result.freqs | awk ' { print $1 } ')
63 tail -n 1 /tmp/result.freqs > /tmp/result.$1
65 cp /tmp/result.freqs /tmp/result.$1
/tools/testing/selftests/cpufreq/
Dcpufreq.sh149 local freqs=$(cat $filepath/scaling_available_frequencies)
150 printf "Available frequencies for $1: $freqs\n\n"
153 for freq in $freqs; do
Dspecial-tests.sh98 local freqs=$(cat $filepath/scaling_available_frequencies)
104 for freq in $freqs; do