Searched refs:ondemand (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/tools/power/cpupower/bench/ |
D | README-BENCH | 64 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 …]
|
D | cpufreq-bench_script.sh | 43 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)
|
D | example.cfg | 11 governor = ondemand
|
/Linux-v4.19/drivers/cpufreq/ |
D | Kconfig | 74 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,
|
D | Kconfig.x86 | 142 This adds AMD-specific powersave bias function to the ondemand
|
/Linux-v4.19/tools/testing/selftests/cpufreq/ |
D | special-tests.sh | 68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | l1oip.h | 58 int ondemand; /* if transmis. is on demand */ member
|
D | l1oip_core.c | 255 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/ |
D | cpufreq.rst | 261 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
|
D | intel_pstate.rst | 79 (roughly, it corresponds to the ``schedutil`` and ``ondemand`` governors).
|
/Linux-v4.19/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 87 However, OSPM remains in control of policy. The governor (eg: "ondemand")
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | main.c | 1912 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument 1932 if (!ondemand) { in iwlagn_fw_error()
|