Home
last modified time | relevance | path

Searched refs:sampling_down_factor (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
Dcpufreq_conservative.c93 if (++dbs_info->down_skip < cs_tuners->sampling_down_factor) in cs_check_cpu()
173 cs_tuners->sampling_down_factor = input; in store_sampling_down_factor()
279 show_store_one(cs, sampling_down_factor);
287 gov_sys_pol_attr_rw(sampling_down_factor);
340 tuners->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; in cs_init()
Dcpufreq_ondemand.c169 od_tuners->sampling_down_factor; in od_check_cpu()
349 od_tuners->sampling_down_factor = input; in store_sampling_down_factor()
417 show_store_one(od, sampling_down_factor);
425 gov_sys_pol_attr_rw(sampling_down_factor);
496 tuners->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; in od_init()
Dcpufreq_governor.h179 unsigned int sampling_down_factor; member
188 unsigned int sampling_down_factor; member
/linux-4.4.14/Documentation/cpu-freq/
Dgovernors.txt159 sampling_down_factor: this parameter controls the rate at which the
215 sampling_down_factor: similar functionality as in "ondemand" governor.