Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtick-sched.c1222 ts->idle_calls++; in tick_nohz_idle_stop_tick()
1386 return ts->idle_calls; in tick_nohz_get_idle_calls_cpu()
1610 unsigned long idle_calls, idle_sleeps; in tick_sched_timer_dying() local
1618 idle_calls = ts->idle_calls; in tick_sched_timer_dying()
1623 ts->idle_calls = idle_calls; in tick_sched_timer_dying()
H A Dtick-sched.h90 unsigned long idle_calls; member
H A Dtimer_list.c160 P(idle_calls); in print_cpu()
/linux/kernel/sched/
H A Dcpufreq_schedutil.c332 unsigned long idle_calls; in sugov_hold_freq() local
351 idle_calls = tick_nohz_get_idle_calls_cpu(sg_cpu->cpu); in sugov_hold_freq()
352 ret = idle_calls == sg_cpu->saved_idle_calls; in sugov_hold_freq()
354 sg_cpu->saved_idle_calls = idle_calls; in sugov_hold_freq()