Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c37 bool need_freq_update; member
86 sg_policy->need_freq_update = true; in sugov_should_update_freq()
98 if (sg_policy->need_freq_update) in sugov_update_next_freq()
99 sg_policy->need_freq_update = cpufreq_driver_test_flags(CPUFREQ_NEED_UPDATE_LIMITS); in sugov_update_next_freq()
149 if (freq == sg_policy->cached_raw_freq && !sg_policy->need_freq_update) in get_next_freq()
354 !sg_policy->need_freq_update) { in sugov_update_single_freq()
769 sg_policy->need_freq_update = cpufreq_driver_test_flags(CPUFREQ_NEED_UPDATE_LIMITS); in sugov_start()