Home
last modified time | relevance | path

Searched refs:tick_nohz_tick_stopped (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/cpuidle/governors/
H A Dteo.c232 return !tick_nohz_tick_stopped() || in teo_state_ok()
483 duration_ns >= TICK_NSEC) || tick_nohz_tick_stopped()) in teo_select()
/linux/kernel/
H A Dirq_work.c111 if (!lazy_work || tick_nohz_tick_stopped()) in __irq_work_queue_local()
/linux/kernel/sched/
H A Didle.c225 if (stop_tick || tick_nohz_tick_stopped()) in cpuidle_idle_call()
H A Dcore.c1263 tick_nohz_tick_stopped()) in wake_up_full_nohz_cpu()
/linux/kernel/time/
H A Dtick-sched.c685 bool tick_nohz_tick_stopped(void) in tick_nohz_tick_stopped() function