Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcpufreq_schedutil.c373 unsigned long idle_calls; in sugov_hold_freq() local
392 idle_calls = tick_nohz_get_idle_calls_cpu(sg_cpu->cpu); in sugov_hold_freq()
393 ret = idle_calls == sg_cpu->saved_idle_calls; in sugov_hold_freq()
395 sg_cpu->saved_idle_calls = idle_calls; in sugov_hold_freq()