Searched refs:dfso_upthreshold (Results 1 – 1 of 1) sorted by relevance
24 unsigned int dfso_upthreshold = DFSO_UPTHRESHOLD; in devfreq_simple_ondemand_func() local36 dfso_upthreshold = data->upthreshold; in devfreq_simple_ondemand_func()40 if (dfso_upthreshold > 100 || in devfreq_simple_ondemand_func()41 dfso_upthreshold < dfso_downdifferential) in devfreq_simple_ondemand_func()58 stat->total_time * dfso_upthreshold) { in devfreq_simple_ondemand_func()71 stat->total_time * (dfso_upthreshold - dfso_downdifferential)) { in devfreq_simple_ondemand_func()81 b = div_u64(b, (dfso_upthreshold - dfso_downdifferential / 2)); in devfreq_simple_ondemand_func()