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.c1451 bool idle_active, tick_stopped; in tick_nohz_idle_exit() local
1461 tick_stopped = tick_sched_flag_test(ts, TS_FLAG_STOPPED); in tick_nohz_idle_exit()
1463 if (idle_active || tick_stopped) in tick_nohz_idle_exit()
1469 if (tick_stopped) in tick_nohz_idle_exit()
H A Dtimer_list.c158 P_flag(tick_stopped, TS_FLAG_STOPPED); in print_cpu()