Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtick-sched.c1472 bool idle_active, tick_stopped; in tick_nohz_idle_exit() local
1482 tick_stopped = tick_sched_flag_test(ts, TS_FLAG_STOPPED); in tick_nohz_idle_exit()
1484 if (idle_active || tick_stopped) in tick_nohz_idle_exit()
1490 if (tick_stopped) in tick_nohz_idle_exit()
H A Dtimer_list.c156 P_flag(tick_stopped, TS_FLAG_STOPPED); in print_cpu()