Searched refs:ondemand (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/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-4.4.14/Documentation/cpu-freq/ |
D | governors.txt | 112 The CPUfreq governor "ondemand" sets the CPU depending on the 128 >ondemand/sampling_rate 173 when ondemand governor would have targeted 1000 MHz, it will target 179 frequency is chosen instead of ondemand governor's original target. 195 The CPUfreq governor "conservative", much like the "ondemand" 200 The governor is tweaked in the same manner as the "ondemand" governor 208 it behave identically to the "ondemand" governor. 210 down_threshold: same as the 'up_threshold' found for the "ondemand" 215 sampling_down_factor: similar functionality as in "ondemand" governor.
|
D | user-guide.txt | 158 work with the ondemand governor, -1
|
D | pcc-cpufreq.txt | 87 However, OSPM remains in control of policy. The governor (eg: "ondemand")
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig | 83 bool "ondemand" 87 Use the CPUFreq governor 'ondemand' as default. This allows 90 Be aware that not all cpufreq drivers support the ondemand 145 tristate "'ondemand' cpufreq policy governor" 148 'ondemand' - This driver adds a dynamic cpufreq policy governor. 167 'conservative' - this driver is rather similar to the 'ondemand' 174 the 'ondemand' governor instead, however if you are using a laptop,
|
D | Kconfig.x86 | 140 This adds AMD-specific powersave bias function to the ondemand
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | l1oip.h | 57 int ondemand; /* if transmis. is on demand */ member
|
D | l1oip_core.c | 253 static u_int ondemand[MAX_CARDS]; variable 266 module_param_array(ondemand, uint, NULL, S_IRUGO | S_IWUSR); 873 if (hc->ondemand) { in l1oip_timeout() 1343 hc->ondemand = ondemand[l1oip_cnt]; in init_card() 1344 if (hc->ondemand && !hc->id) { in init_card() 1384 hc->remoteport, hc->ondemand); in init_card()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | main.c | 1810 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument 1830 if (!ondemand) { in iwlagn_fw_error()
|