Searched refs:ondemand (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
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)
|
/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
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)
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | Makefile | 19 cachefiles-$(CONFIG_CACHEFILES_ONDEMAND) += ondemand.o
|
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/ |
H A D | special-tests.sh | 23 # switch to ondemand 24 __switch_governor $1 "ondemand" 26 # cat ondemand files 27 local ondir=$(find_gov_directory $1 "ondemand") 68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor & 90 # switch to ondemand 91 __switch_governor_for_cpu $1 "ondemand"
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | l1oip.h | 58 int ondemand; /* if transmis. is on demand */ member
|
H A D | l1oip_core.c | 54 * ondemand: 192 If the ondemand parameter is given, the remote IP is set to 0 on timeout. 241 static u_int ondemand[MAX_CARDS]; variable 254 module_param_array(ondemand, uint, NULL, S_IRUGO | S_IWUSR); 852 /* if we have ondemand set, we remove ip address */ in l1oip_timeout() 853 if (hc->ondemand) { in l1oip_timeout() 1329 hc->ondemand = ondemand[l1oip_cnt]; in init_card() 1330 if (hc->ondemand && !hc->id) { in init_card() 1331 printk(KERN_ERR "%s: ondemand optio in init_card() [all...] |
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | l1oip.h | 58 int ondemand; /* if transmis. is on demand */ member
|
H A D | l1oip_core.c | 54 * ondemand: 192 If the ondemand parameter is given, the remote IP is set to 0 on timeout. 241 static u_int ondemand[MAX_CARDS]; variable 254 module_param_array(ondemand, uint, NULL, S_IRUGO | S_IWUSR); 852 /* if we have ondemand set, we remove ip address */ in l1oip_timeout() 853 if (hc->ondemand) { in l1oip_timeout() 1329 hc->ondemand = ondemand[l1oip_cnt]; in init_card() 1330 if (hc->ondemand && !hc->id) { in init_card() 1331 printk(KERN_ERR "%s: ondemand optio in init_card() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/ |
H A D | special-tests.sh | 23 # switch to ondemand 24 __switch_governor $1 "ondemand" 26 # cat ondemand files 27 local ondir=$(find_gov_directory $1 "ondemand") 68 echo ondemand | sudo tee $CPUFREQROOT/policy*/scaling_governor & 90 # switch to ondemand 91 __switch_governor_for_cpu $1 "ondemand"
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | Kconfig.x86 | 145 This adds AMD-specific powersave bias function to the ondemand
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | Kconfig.x86 | 184 This adds AMD-specific powersave bias function to the ondemand
|
/kernel/linux/linux-5.10/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 1923 if (!ondemand) { in iwlagn_fw_error()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | main.c | 1895 static void iwlagn_fw_error(struct iwl_priv *priv, bool ondemand) in iwlagn_fw_error() argument 1915 if (!ondemand) { in iwlagn_fw_error()
|
Completed in 10 milliseconds