Home
last modified time | relevance | path

Searched refs:CUR_GOV (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/cpufreq/
A Dgovernor.sh16 CUR_GOV=
41 CUR_GOV=$(find_current_governor $1)
43 printf "Governor backup done for $1: $CUR_GOV\n"
45 if [ $CUR_GOV == "userspace" ]; then
56 __switch_governor $1 $CUR_GOV
58 printf "Governor restored for $1 to $CUR_GOV\n"
60 if [ $CUR_GOV == "userspace" ]; then
A Dmodule.sh136 printf "Switch from $CUR_GOV to $1\n"
150 printf "Switchback to $CUR_GOV from $1\n"

Completed in 3 milliseconds