Searched refs:need_freq_update (Results 1 – 2 of 2) sorted by relevance
48 bool need_freq_update; member97 sg_policy->need_freq_update = true; in sugov_should_update_freq()109 if (!sg_policy->need_freq_update) { in sugov_update_next_freq()113 sg_policy->need_freq_update = cpufreq_driver_test_flags(CPUFREQ_NEED_UPDATE_LIMITS); in sugov_update_next_freq()172 &sg_policy->need_freq_update); in get_next_freq()182 if (freq == sg_policy->cached_raw_freq && !sg_policy->need_freq_update) in get_next_freq()886 sg_policy->need_freq_update = cpufreq_driver_test_flags(CPUFREQ_NEED_UPDATE_LIMITS); in sugov_start()
246 bool *need_freq_update),247 TP_ARGS(util, freq, cap, next_freq, policy, need_freq_update));