Home
last modified time | relevance | path

Searched refs:down_threshold (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
Dcpufreq_conservative.c85 if (load < cs_tuners->down_threshold) { in cs_check_cpu()
192 if (ret != 1 || input > 100 || input <= cs_tuners->down_threshold) in store_up_threshold()
212 cs_tuners->down_threshold = input; in store_down_threshold()
273 show_store_one(cs, down_threshold);
281 gov_sys_pol_attr_rw(down_threshold);
331 tuners->down_threshold = DEF_FREQUENCY_DOWN_THRESHOLD; in cs_init()
Dcpufreq_governor.h187 unsigned int down_threshold; member
/linux-4.1.27/Documentation/cpu-freq/
Dgovernors.txt210 down_threshold: same as the 'up_threshold' found for the "ondemand"