Home
last modified time | relevance | path

Searched refs:governor (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/cpufreq/
H A Dcpufreq_boost.c58 const char governor[] = SYSFS_CPU_DIR "cpu0/cpufreq/scaling_governor"; variable
83 if (governor[0] != '\0') in cleanup()
84 FILE_PRINTF(governor, "%s", governor_name); in cleanup()
123 /* change cpu0 scaling governor */ in setup()
124 SAFE_FILE_SCANF(NULL, governor, "%s", governor_name); in setup()
125 SAFE_FILE_PRINTF(cleanup, governor, "%s", "performance"); in setup()
/third_party/skia/src/effects/
H A DSk1DPathEffect.cpp17 // Put in a governor to limit crash values from looping too long (and allocating too much ram).
27 int governor = MAX_REASONABLE_ITERATIONS; variable
30 while (distance < length && --governor >= 0) {
/third_party/node/deps/v8/tools/
H A Drun_perf.py795 def __init__(self, disable_aslr = False, governor = None):
799 self.governor = governor
805 if self.governor != None:
807 CustomMachineConfiguration.SetCPUGovernor(self.governor)
872 raise Exception('CPU cores have differing governor settings')
875 logging.exception('Failed to get the current CPU governor. Is the CPU '
876 'governor disabled? Check BIOS.')
889 logging.exception('Failed to change CPU governor to %s. Are we '
895 raise Exception('Could not set CPU governor
[all...]
/third_party/mesa3d/.gitlab-ci/common/
H A Dinit-stage2.sh87 DEVFREQ_GOVERNOR=`find /sys/devices -name governor | grep gpu || true`

Completed in 3 milliseconds