Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtick-sched.c575 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_stop_sched_tick() local
598 next_tmr = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_stop_sched_tick()
599 ts->next_timer = next_tmr; in tick_nohz_stop_sched_tick()
601 next_tick = next_rcu < next_tmr ? next_rcu : next_tmr; in tick_nohz_stop_sched_tick()