Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CPUFREQROOT
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H
A
D
governor.sh
23
if [ -d $
CPUFREQROOT
/$2 ]; then
24
printf "$
CPUFREQROOT
/$2\n"
25
elif [ -d $
CPUFREQROOT
/$1/$2 ]; then
26
printf "$
CPUFREQROOT
/$1/$2\n"
35
cat $
CPUFREQROOT
/$1/scaling_governor
72
echo $2 > $
CPUFREQROOT
/$1/scaling_governor
87
local filepath=$
CPUFREQROOT
/$1/scaling_available_governors
126
local filepath=$
CPUFREQROOT
/$2/scaling_available_governors
H
A
D
cpufreq.sh
31
policies=$(ls $
CPUFREQROOT
| grep "policy[0-9].*")
39
policies=$(ls $
CPUFREQROOT
| grep "policy[0-9].*")
69
read_cpufreq_files_in_dir $
CPUFREQROOT
112
update_cpufreq_files_in_dir $
CPUFREQROOT
123
cat $
CPUFREQROOT
/$1/scaling_cur_freq
131
echo $2 > $
CPUFREQROOT
/$1/scaling_setspeed
137
local filepath="$
CPUFREQROOT
/$1"
H
A
D
special-tests.sh
68
echo ondemand | sudo tee $
CPUFREQROOT
/policy*/scaling_governor &
69
echo userspace | sudo tee $
CPUFREQROOT
/policy*/scaling_governor &
H
A
D
main.sh
14
CPUFREQROOT
=
57
CPUFREQROOT
="$CPUROOT/cpufreq"
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H
A
D
governor.sh
23
if [ -d $
CPUFREQROOT
/$2 ]; then
24
printf "$
CPUFREQROOT
/$2\n"
25
elif [ -d $
CPUFREQROOT
/$1/$2 ]; then
26
printf "$
CPUFREQROOT
/$1/$2\n"
35
cat $
CPUFREQROOT
/$1/scaling_governor
72
echo $2 > $
CPUFREQROOT
/$1/scaling_governor
87
local filepath=$
CPUFREQROOT
/$1/scaling_available_governors
126
local filepath=$
CPUFREQROOT
/$2/scaling_available_governors
H
A
D
cpufreq.sh
31
policies=$(ls $
CPUFREQROOT
| grep "policy[0-9].*")
39
policies=$(ls $
CPUFREQROOT
| grep "policy[0-9].*")
69
read_cpufreq_files_in_dir $
CPUFREQROOT
112
update_cpufreq_files_in_dir $
CPUFREQROOT
123
cat $
CPUFREQROOT
/$1/scaling_cur_freq
131
echo $2 > $
CPUFREQROOT
/$1/scaling_setspeed
137
local filepath="$
CPUFREQROOT
/$1"
H
A
D
special-tests.sh
68
echo ondemand | sudo tee $
CPUFREQROOT
/policy*/scaling_governor &
69
echo userspace | sudo tee $
CPUFREQROOT
/policy*/scaling_governor &
H
A
D
main.sh
14
CPUFREQROOT
=
57
CPUFREQROOT
="$CPUROOT/cpufreq"
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H
A
D
run.sh
27
CPUFREQROOT
=
68
cat $
CPUFREQROOT
/$1/scaling_governor
73
policies=$(ls $
CPUFREQROOT
| grep "policy[0-9].*")
92
echo $governor > $
CPUFREQROOT
/$policy/scaling_governor
101
policies=$(ls $
CPUFREQROOT
| grep "policy[0-9].*")
103
filepath=$
CPUFREQROOT
/$policy/scaling_available_governors
110
echo $1 > $
CPUFREQROOT
/$policy/scaling_governor
297
CPUFREQROOT
="$CPUROOT/cpufreq"
Completed in 3 milliseconds