Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dcpufreq_conservative.c80 if (++dbs_info->down_skip < cs_tuners->sampling_down_factor) in cs_check_cpu()
165 cs_tuners->sampling_down_factor = input; in store_sampling_down_factor()
271 show_store_one(cs, sampling_down_factor);
279 gov_sys_pol_attr_rw(sampling_down_factor);
332 tuners->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; in cs_init()
Dcpufreq_ondemand.c169 od_tuners->sampling_down_factor; in od_check_cpu()
363 od_tuners->sampling_down_factor = input; in store_sampling_down_factor()
431 show_store_one(od, sampling_down_factor);
439 gov_sys_pol_attr_rw(sampling_down_factor);
510 tuners->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; in od_init()
Dcpufreq_governor.h176 unsigned int sampling_down_factor; member
185 unsigned int sampling_down_factor; member
/linux-4.1.27/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.