Home
last modified time | relevance | path

Searched refs:ondemand (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/tools/power/cpupower/bench/
DREADME-BENCH64 Example of expected results with ondemand governor:
73 For example if ondemand governor is configured to have a 50ms
76 In round 1, ondemand should have rather static 50% load and probably
79 In round 2, if the ondemand sampling times exactly match the load/sleep
81 below possible ondemand sample kick ins (1)):
83 But if ondemand always kicks in in the middle of the load sleep cycles, it
85 switching up (compare with below possible ondemand sample kick ins (2))::
91 |-----|-----|-----|-----|-----|-----|-----|---- ondemand sampling (1)
92 100 0 100 0 100 0 100 load seen by ondemand(%)
93 |-----|-----|-----|-----|-----|-----|-----|-- ondemand sampling (2)
[all …]
Dcpufreq-bench_script.sh43 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
44 echo $sampling_rate >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
45 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold)
46 sampling_rate_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate)
Dexample.cfg11 governor = ondemand
/Linux-v4.19/drivers/cpufreq/
DKconfig74 bool "ondemand"
78 Use the CPUFreq governor 'ondemand' as default. This allows
81 Be aware that not all cpufreq drivers support the ondemand
147 tristate "'ondemand' cpufreq policy governor"
150 'ondemand' - This driver adds a dynamic cpufreq policy governor.
169 'conservative' - this driver is rather similar to the 'ondemand'
176 the 'ondemand' governor instead, however if you are using a laptop,
DKconfig.x86142 This adds AMD-specific powersave bias function to the ondemand
/Linux-v4.19/tools/testing/selftests/cpufreq/
Dspecial-tests.sh68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &
/Linux-v4.19/drivers/isdn/mISDN/
Dl1oip.h58 int ondemand; /* if transmis. is on demand */ member
Dl1oip_core.c255 static u_int ondemand[MAX_CARDS]; variable
268 module_param_array(ondemand, uint, NULL, S_IRUGO | S_IWUSR);
866 if (hc->ondemand) { in l1oip_timeout()
1344 hc->ondemand = ondemand[l1oip_cnt]; in init_card()
1345 if (hc->ondemand && !hc->id) { in init_card()
1385 hc->remoteport, hc->ondemand); in init_card()
/Linux-v4.19/Documentation/admin-guide/pm/
Dcpufreq.rst261 work with the `ondemand`_ governor, -1 (:c:macro:`CPUFREQ_ETERNAL`)
427 This governor generally is regarded as a replacement for the older `ondemand`_
434 ``ondemand``
480 # echo `$(($(cat cpuinfo_transition_latency) * 750 / 1000)) > ondemand/sampling_rate
552 It estimates the CPU load in the same way as the `ondemand`_ governor described
Dintel_pstate.rst79 (roughly, it corresponds to the ``schedutil`` and ``ondemand`` governors).
/Linux-v4.19/Documentation/cpu-freq/
Dpcc-cpufreq.txt87 However, OSPM remains in control of policy. The governor (eg: "ondemand")
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c1912 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument
1932 if (!ondemand) { in iwlagn_fw_error()