Searched refs:sampling_down_factor (Results 1 – 3 of 3) sorted by relevance
52 * sampling_down_factor, we check, if current idle time is more than 80%116 /* if sampling_down_factor is active break out early */ in cs_dbs_update() 117 if (++dbs_info->down_skip < dbs_data->sampling_down_factor) in cs_dbs_update() 150 dbs_data->sampling_down_factor = input; in sampling_down_factor_store() 236 gov_show_one_common(sampling_down_factor); in freq_step_store() 243 gov_attr_rw(sampling_down_factor); in freq_step_store() 251 &sampling_down_factor.attr,286 dbs_data->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; in cs_init()
127 policy_dbs->rate_mult = dbs_data->sampling_down_factor; in od_update()229 dbs_data->sampling_down_factor = input; in sampling_down_factor_store()296 gov_show_one_common(sampling_down_factor);304 gov_attr_rw(sampling_down_factor);311 &sampling_down_factor.attr,349 dbs_data->sampling_down_factor = DEF_SAMPLING_DOWN_FACTOR; in od_init()
45 unsigned int sampling_down_factor; member