Home
last modified time | relevance | path

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

/kernel/time/
Dtick-sched.c662 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local
685 if (rcu_needs_cpu(basemono, &next_rcu) || arch_needs_cpu() || in tick_nohz_next_event()
699 next_tick = next_rcu < next_tmr ? next_rcu : next_tmr; in tick_nohz_next_event()