Searched refs:dfso_upthreshold (Results 1 – 1 of 1) sorted by relevance
27 unsigned int dfso_upthreshold = DFSO_UPTHRESHOLD; in devfreq_simple_ondemand_func() local37 dfso_upthreshold = data->upthreshold; in devfreq_simple_ondemand_func()41 if (dfso_upthreshold > 100 || in devfreq_simple_ondemand_func()42 dfso_upthreshold < dfso_downdifferential) in devfreq_simple_ondemand_func()59 stat.total_time * dfso_upthreshold) { in devfreq_simple_ondemand_func()72 stat.total_time * (dfso_upthreshold - dfso_downdifferential)) { in devfreq_simple_ondemand_func()82 b = div_u64(b, (dfso_upthreshold - dfso_downdifferential / 2)); in devfreq_simple_ondemand_func()