Home
last modified time | relevance | path

Searched refs:MAX_SAMPLING_DOWN_FACTOR (Results 1 – 2 of 2) sorted by relevance

/linux/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
248 if (ret != 1 || input > MAX_SAMPLING_DOWN_FACTOR || input < 1) in sampling_down_factor_store()