Home
last modified time | relevance | path

Searched refs:cpufreq (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/power_management/
H A Drunpwtests03.sh33 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 Dpm_include.sh63 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 Dchksum.c136 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 DMakefile10 cpufreq \
/third_party/node/deps/v8/tools/
H A Dcpu.sh13 echo "$1" > $CPUPATH/cpu$i/cpufreq/scaling_governor
/third_party/mesa3d/.gitlab-ci/common/
H A Dinit-stage2.sh91 echo performance | tee -a /sys/devices/system/cpu/cpufreq/policy*/scaling_governor || true
/third_party/rust/crates/libc/src/
H A Dpsp.rs3257 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