Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcpufreq_schedutil.c48 bool need_freq_update; member
97 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()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dsched.h246 bool *need_freq_update),
247 TP_ARGS(util, freq, cap, next_freq, policy, need_freq_update));