Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcpufreq_schedutil.c39 bool need_freq_update; member
88 sg_policy->need_freq_update = true; in sugov_should_update_freq()
101 } else if (sg_policy->need_freq_update) { in sugov_should_update_freq()
114 if (sg_policy->need_freq_update) { in sugov_update_next_freq()
115 sg_policy->need_freq_update = false; in sugov_update_next_freq()
202 if (freq == sg_policy->cached_raw_freq && !sg_policy->need_freq_update) in get_next_freq()
396 sg_cpu->sg_policy->need_freq_update = true; in ignore_dl_rate_limit()
436 !sg_policy->need_freq_update) { in sugov_update_single_freq()
856 sg_policy->need_freq_update = cpufreq_driver_test_flags(CPUFREQ_NEED_UPDATE_LIMITS); in sugov_start()