Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
H A Dondemand.c30 info = object->ondemand; in cachefiles_ondemand_fd_release()
195 !req->object->ondemand->ondemand_id) { in cachefiles_ondemand_copen()
202 info = req->object->ondemand; in cachefiles_ondemand_copen()
326 spin_lock(&object->ondemand->lock); in cachefiles_ondemand_get_fd()
327 if (object->ondemand->ondemand_id > 0) { in cachefiles_ondemand_get_fd()
328 spin_unlock(&object->ondemand->lock); in cachefiles_ondemand_get_fd()
337 object->ondemand->ondemand_id = object_id; in cachefiles_ondemand_get_fd()
338 spin_unlock(&object->ondemand->lock); in cachefiles_ondemand_get_fd()
353 spin_lock(&object->ondemand->lock); in cachefiles_ondemand_get_fd()
355 if (object->ondemand->ondemand_id <= 0) in cachefiles_ondemand_get_fd()
[all …]
H A DMakefile19 cachefiles-$(CONFIG_CACHEFILES_ONDEMAND) += ondemand.o
/linux/tools/power/cpupower/bench/
H A 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 …]
H A Dcpufreq-bench_script.sh30 echo $up_threshold >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
31 echo $sampling_rate >/sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
32 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)
H A Dexample.cfg11 governor = ondemand
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst27 ``ondemand``, etc. to manage the performance hints which are provided by
173 ``amd-pstate`` mainly supports ``schedutil`` and ``ondemand`` for dynamic
484 available cpufreq governors: ondemand conservative powersave userspace performance schedutil
609 The specified governor is ondemand or schedutil.
616 The specified governor is ondemand or schedutil.
695 …+ amd-pstate-ondemand | 1 | | | |…
697 …+ amd-pstate-ondemand | 2 | | | |…
699 …+ amd-pstate-ondemand | 3 | | | |…
701 …+ amd-pstate-ondemand | Average | | | |…
711 …+ acpi-cpufreq-ondemand | 1 | | | |…
[all …]
H A Dcpufreq.rst447 This governor generally is regarded as a replacement for the older `ondemand`_
454 ``ondemand``
500 # echo `$(($(cat cpuinfo_transition_latency) * 3 / 2))` > ondemand/sampling_rate
572 It estimates the CPU load in the same way as the `ondemand`_ governor described
H A Dcpufreq_drivers.rst154 However, OSPM remains in control of policy. The governor (eg: "ondemand")
/linux/drivers/cpufreq/
H A DKconfig73 bool "ondemand"
78 Use the CPUFreq governor 'ondemand' as default. This allows
81 Be aware that not all cpufreq drivers support the ondemand
146 tristate "'ondemand' cpufreq policy governor"
149 '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,
/linux/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &
/linux/drivers/isdn/mISDN/
H A Dl1oip.h58 int ondemand; /* if transmis. is on demand */ member
/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst551 bind [ondemand]
554 When it is given the "ondemand" argument, i.e. "bind ondemand", on-demand read
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c1912 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument
1924 if (!ondemand) { in iwlagn_fw_error()