Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dcpufreq_conservative.c120 if (++dbs_info->down_skip < dbs_data->sampling_down_factor) in cs_dbs_update()
158 dbs_data->sampling_down_factor = input; in store_sampling_down_factor()
245 gov_show_one_common(sampling_down_factor);
252 gov_attr_rw(sampling_down_factor);
260 &sampling_down_factor.attr,
294 dbs_data->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; in cs_init()
Dcpufreq_ondemand.c148 policy_dbs->rate_mult = dbs_data->sampling_down_factor; in od_update()
250 dbs_data->sampling_down_factor = input; in store_sampling_down_factor()
317 gov_show_one_common(sampling_down_factor);
325 gov_attr_rw(sampling_down_factor);
332 &sampling_down_factor.attr,
374 dbs_data->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; in od_init()
Dcpufreq_governor.h44 unsigned int sampling_down_factor; member