Searched refs:ondemand (Results 1 – 8 of 8) sorted by relevance
64 Example of expected results with ondemand governor:73 For example if ondemand governor is configured to have a 50ms76 In round 1, ondemand should have rather static 50% load and probably79 In round 2, if the ondemand sampling times exactly match the load/sleep81 below possible ondemand sample kick ins (1)):83 But if ondemand always kicks in in the middle of the load sleep cycles, it85 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 …]
30 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold31 echo $sampling_rate >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate32 up_threshold_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold)33 sampling_rate_set=$(cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate)
11 governor = ondemand
27 ``ondemand``, etc. to manage the performance hints which are provided by173 ``amd-pstate`` mainly supports ``schedutil`` and ``ondemand`` for dynamic549 available cpufreq governors: ondemand conservative powersave userspace performance schedutil674 The specified governor is ondemand or schedutil.681 The specified governor is ondemand or schedutil.760 …+ amd-pstate-ondemand | 1 | | | |…762 …+ amd-pstate-ondemand | 2 | | | |…764 …+ amd-pstate-ondemand | 3 | | | |…766 …+ amd-pstate-ondemand | Average | | | |…776 …+ acpi-cpufreq-ondemand | 1 | | | |…[all …]
154 However, OSPM remains in control of policy. The governor (eg: "ondemand")
88 (roughly, it corresponds to the ``schedutil`` and ``ondemand`` governors).
23 # switch to ondemand24 __switch_governor $1 "ondemand"26 # cat ondemand files27 local ondir=$(find_gov_directory $1 "ondemand")73 echo ondemand | tee $CPUFREQROOT/policy*/scaling_governor &101 # switch to ondemand102 __switch_governor_for_cpu $1 "ondemand"
1912 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument1924 if (!ondemand) { in iwlagn_fw_error()