Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c12491 if (likely(!rq->nohz_tick_stopped)) in nohz_balance_exit_idle()
12494 rq->nohz_tick_stopped = 0; in nohz_balance_exit_idle()
12544 if (rq->nohz_tick_stopped) in nohz_balance_enter_idle()
12551 rq->nohz_tick_stopped = 1; in nohz_balance_enter_idle()
H A Dsched.h1133 unsigned int nohz_tick_stopped; member