Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcpufreq_schedutil.c64 static bool sugov_should_update_freq(struct sugov_policy *sg_policy, u64 time) in sugov_should_update_freq() function
390 * Make sugov_should_update_freq() ignore the rate limit when DL
410 if (!sugov_should_update_freq(sg_cpu->sg_policy, time)) in sugov_update_single_common()
527 if (sugov_should_update_freq(sg_policy, time)) { in sugov_update_shared()
907 * This pairs with the memory barrier in sugov_should_update_freq(). in sugov_limits()