Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dcpufreq_schedutil.c37 bool need_freq_update; member
86 sg_policy->need_freq_update = true; in sugov_should_update_freq()
99 } else if (sg_policy->need_freq_update) { in sugov_should_update_freq()
112 if (sg_policy->need_freq_update) { in sugov_update_next_freq()
113 sg_policy->need_freq_update = false; in sugov_update_next_freq()
200 if (freq == sg_policy->cached_raw_freq && !sg_policy->need_freq_update) in get_next_freq()
394 sg_cpu->sg_policy->need_freq_update = true; in ignore_dl_rate_limit()
434 !sg_policy->need_freq_update) { in sugov_update_single_freq()
854 sg_policy->need_freq_update = cpufreq_driver_test_flags(CPUFREQ_NEED_UPDATE_LIMITS); in sugov_start()