Searched refs:ondemand (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/fs/cachefiles/ |
| H A D | ondemand.c | 30 info = object->ondemand; in cachefiles_ondemand_fd_release() 204 info = req->object->ondemand; in cachefiles_ondemand_copen() 328 spin_lock(&object->ondemand->lock); in cachefiles_ondemand_get_fd() 355 spin_lock(&object->ondemand->lock); in cachefiles_ondemand_get_fd() 388 info = object->ondemand; in cachefiles_ondemand_select_req() 680 if (!object->ondemand) in cachefiles_ondemand_init_object() 707 if (!object->ondemand) in cachefiles_ondemand_clean_object() 741 if (!object->ondemand) in cachefiles_ondemand_init_obj_info() 744 object->ondemand->object = object; in cachefiles_ondemand_init_obj_info() 752 kfree(object->ondemand); in cachefiles_ondemand_deinit_obj_info() [all …]
|
| H A D | Makefile | 19 cachefiles-$(CONFIG_CACHEFILES_ONDEMAND) += ondemand.o
|
| H A D | internal.h | 79 struct cachefiles_ondemand_info *ondemand; member 329 return object->ondemand->state == CACHEFILES_ONDEMAND_OBJSTATE_##_STATE; \ 335 object->ondemand->state = CACHEFILES_ONDEMAND_OBJSTATE_##_STATE; \
|
| /linux-6.15/tools/power/cpupower/bench/ |
| H A 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 …]
|
| H A D | cpufreq-bench_script.sh | 30 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 D | example.cfg | 11 governor = ondemand
|
| /linux-6.15/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 27 ``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 | | | |… 731 …+ acpi-cpufreq-ondemand VS amd-pstate-ondemand | Comprison(%) | | | |… [all …]
|
| H A D | cpufreq.rst | 278 work with the `ondemand`_ governor, -1 (:c:macro:`CPUFREQ_ETERNAL`) 449 This governor generally is regarded as a replacement for the older `ondemand`_ 456 ``ondemand`` 502 # echo `$(($(cat cpuinfo_transition_latency) * 3 / 2)) > ondemand/sampling_rate 574 It estimates the CPU load in the same way as the `ondemand`_ governor described
|
| H A D | cpufreq_drivers.rst | 154 However, OSPM remains in control of policy. The governor (eg: "ondemand")
|
| H A D | intel_pstate.rst | 85 (roughly, it corresponds to the ``schedutil`` and ``ondemand`` governors).
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | Kconfig | 73 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,
|
| H A D | Kconfig.x86 | 185 This adds AMD-specific powersave bias function to the ondemand
|
| /linux-6.15/tools/testing/selftests/cpufreq/ |
| H A D | special-tests.sh | 68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor &
|
| /linux-6.15/drivers/isdn/mISDN/ |
| H A D | l1oip.h | 58 int ondemand; /* if transmis. is on demand */ member
|
| H A D | l1oip_core.c | 241 static u_int ondemand[MAX_CARDS]; variable 255 module_param_array(ondemand, uint, NULL, S_IRUGO | S_IWUSR); 854 if (hc->ondemand) { in l1oip_timeout() 1330 hc->ondemand = ondemand[l1oip_cnt]; in init_card() 1331 if (hc->ondemand && !hc->id) { in init_card() 1371 hc->remoteport, hc->ondemand); in init_card()
|
| /linux-6.15/Documentation/filesystems/caching/ |
| H A D | cachefiles.rst | 551 bind [ondemand] 554 When it is given the "ondemand" argument, i.e. "bind ondemand", on-demand read
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | main.c | 1903 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument 1915 if (!ondemand) { in iwlagn_fw_error()
|