Home
last modified time | relevance | path

Searched refs:MAX_SAMPLING_DOWN_FACTOR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dcpufreq_conservative.c35 #define MAX_SAMPLING_DOWN_FACTOR (10) macro
155 if (ret != 1 || input > MAX_SAMPLING_DOWN_FACTOR || input < 1) in store_sampling_down_factor()
H A Dcpufreq_ondemand.c23 #define MAX_SAMPLING_DOWN_FACTOR (100000) macro
247 if (ret != 1 || input > MAX_SAMPLING_DOWN_FACTOR || input < 1) in store_sampling_down_factor()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcpufreq_conservative.c35 #define MAX_SAMPLING_DOWN_FACTOR (10) macro
157 if (ret != 1 || input > MAX_SAMPLING_DOWN_FACTOR || input < 1) in sampling_down_factor_store()
H A Dcpufreq_ondemand.c23 #define MAX_SAMPLING_DOWN_FACTOR (100000) macro
249 if (ret != 1 || input > MAX_SAMPLING_DOWN_FACTOR || input < 1) in sampling_down_factor_store()

Completed in 4 milliseconds