Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/cpupower/bench/
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)
/kernel/linux/linux-6.6/tools/power/cpupower/bench/
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)
/kernel/linux/linux-6.6/fs/cachefiles/
H A DMakefile19 cachefiles-$(CONFIG_CACHEFILES_ONDEMAND) += ondemand.o
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H A Dspecial-tests.sh23 # 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 Dl1oip.h58 int ondemand; /* if transmis. is on demand */ member
H A Dl1oip_core.c54 * 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 Dl1oip.h58 int ondemand; /* if transmis. is on demand */ member
H A Dl1oip_core.c54 * 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 Dspecial-tests.sh23 # 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 DKconfig.x86145 This adds AMD-specific powersave bias function to the ondemand
/kernel/linux/linux-6.6/drivers/cpufreq/
H A DKconfig.x86184 This adds AMD-specific powersave bias function to the ondemand
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmain.c1903 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 Dmain.c1895 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