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:cpufreq
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/power_management/
H
A
D
runpwtests03.sh
33
cpufiles=$(find /sys/devices/system/cpu/cpu"${cpu}"/
cpufreq
/ \
61
/sys/devices/system/cpu/cpu${cpu}/
cpufreq
/scaling_governor
87
/sys/devices/system/cpu/cpu${cpu}/
cpufreq
/scaling_governor
98
/sys/devices/system/cpu/cpu${cpu}/
cpufreq
/scaling_setspeed
117
/sys/devices/system/cpu/cpu0/
cpufreq
/scaling_governor`
150
# Checking
cpufreq
sysfs interface files
151
if [ ! -d /sys/devices/system/cpu/cpu0/
cpufreq
] ; then
H
A
D
pm_include.sh
63
if [ ! -d /sys/devices/system/cpu/cpu${cpu}/
cpufreq
] ; then
64
tst_brkm TCONF "NOSUPPORT:
cpufreq
support not " \
72
cat /sys/devices/system/cpu/cpu*/
cpufreq
/scaling_available_frequencies \
77
cat /sys/devices/system/cpu/cpu*/
cpufreq
/scaling_available_governors \
/third_party/optimized-routines/networking/test/
H
A
D
chksum.c
136
uint64_t
cpufreq
)
in benchmark()
157
unsigned int cyc_per_blk =
cpufreq
/ blks_per_s;
in benchmark()
199
int64_t
cpufreq
= atoll(optarg);
in main()
local
200
if (
cpufreq
< 1)
in main()
203
cpufreq
);
in main()
206
CPUFREQ =
cpufreq
;
in main()
259
"-f <
cpufreq
> CPU frequency (Hz)\n"
in main()
132
benchmark(const uint8_t *base, size_t poolsize, uint32_t blksize, uint32_t numops, uint64_t
cpufreq
)
benchmark()
argument
/third_party/ltp/testcases/kernel/device-drivers/
H
A
D
Makefile
10
cpufreq
\
/third_party/node/deps/v8/tools/
H
A
D
cpu.sh
13
echo "$1" > $CPUPATH/cpu$i/
cpufreq
/scaling_governor
/third_party/mesa3d/.gitlab-ci/common/
H
A
D
init-stage2.sh
91
echo performance | tee -a /sys/devices/system/cpu/
cpufreq
/policy*/scaling_governor || true
/third_party/rust/crates/libc/src/
H
A
D
psp.rs
3257
pub fn scePowerSetCpuClockFrequency(
cpufreq
: i32) -> i32;
in scePowerSetCpuClockFrequency()
3265
pub fn scePowerSetClockFrequency(pllfreq: i32,
cpufreq
: i32, busfreq: i32) -> i32;
in scePowerSetClockFrequency()
Completed in 9 milliseconds