Searched refs:idle_calls (Results 1 – 4 of 4) sorted by relevance
1252 ts->idle_calls++; in tick_nohz_idle_stop_tick()1416 return ts->idle_calls; in tick_nohz_get_idle_calls_cpu()1638 unsigned long idle_calls, idle_sleeps; in tick_sched_timer_dying() local1646 idle_calls = ts->idle_calls; in tick_sched_timer_dying()1651 ts->idle_calls = idle_calls; in tick_sched_timer_dying()
90 unsigned long idle_calls; member
158 P(idle_calls); in print_cpu()
360 unsigned long idle_calls; in sugov_hold_freq() local379 idle_calls = tick_nohz_get_idle_calls_cpu(sg_cpu->cpu); in sugov_hold_freq()380 ret = idle_calls == sg_cpu->saved_idle_calls; in sugov_hold_freq()382 sg_cpu->saved_idle_calls = idle_calls; in sugov_hold_freq()