Loading include/linux/cpufreq.h +1 −0 Original line number Diff line number Diff line Loading @@ -496,6 +496,7 @@ static inline unsigned long cpufreq_scale(unsigned long old, u_int div, * the ondemand governor will not work. All times here are in us (microseconds). */ #define MIN_SAMPLING_RATE_RATIO (2) #define LATENCY_MULTIPLIER (1000) #define UP_LATENCY_MULTIPLIER (50) #define DOWN_LATENCY_MULTIPLIER (100) #define MIN_LATENCY_MULTIPLIER (20) Loading Loading
include/linux/cpufreq.h +1 −0 Original line number Diff line number Diff line Loading @@ -496,6 +496,7 @@ static inline unsigned long cpufreq_scale(unsigned long old, u_int div, * the ondemand governor will not work. All times here are in us (microseconds). */ #define MIN_SAMPLING_RATE_RATIO (2) #define LATENCY_MULTIPLIER (1000) #define UP_LATENCY_MULTIPLIER (50) #define DOWN_LATENCY_MULTIPLIER (100) #define MIN_LATENCY_MULTIPLIER (20) Loading