Searched refs:ondemand (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/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-3.4.99/drivers/cpufreq/ |
D | Kconfig | 80 bool "ondemand" 84 Use the CPUFreq governor 'ondemand' as default. This allows 87 Be aware that not all cpufreq drivers support the ondemand 142 tristate "'ondemand' cpufreq policy governor" 145 'ondemand' - This driver adds a dynamic cpufreq policy governor. 163 'conservative' - this driver is rather similar to the 'ondemand' 170 the 'ondemand' governor instead, however if you are using a laptop,
|
/linux-3.4.99/Documentation/cpu-freq/ |
D | governors.txt | 112 The CPUfreq governor "ondemand" sets the CPU depending on the 128 >ondemand/sampling_rate 174 The CPUfreq governor "conservative", much like the "ondemand" 179 The governor is tweaked in the same manner as the "ondemand" governor 187 it behave identically to the "ondemand" governor. 189 down_threshold: same as the 'up_threshold' found for the "ondemand"
|
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-3.4.99/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); 880 if (hc->ondemand) { in l1oip_timeout() 1350 hc->ondemand = ondemand[l1oip_cnt]; in init_card() 1351 if (hc->ondemand && !hc->id) { in init_card() 1391 hc->remoteport, hc->ondemand); in init_card()
|
/linux-3.4.99/drivers/net/wireless/iwlwifi/ |
D | iwl-core.c | 834 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument 861 if (!ondemand) { in iwlagn_fw_error()
|