Lines Matching refs:basemono
811 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local
818 basemono = last_jiffies_update; in tick_nohz_next_event()
822 ts->timer_expires_base = basemono; in tick_nohz_next_event()
834 if (rcu_needs_cpu(basemono, &next_rcu) || arch_needs_cpu() || in tick_nohz_next_event()
836 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()
845 next_tmr = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event()
855 delta = next_tick - basemono; in tick_nohz_next_event()
883 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event()
884 expires = basemono + delta; in tick_nohz_next_event()
897 u64 basemono = ts->timer_expires_base; in tick_nohz_stop_tick() local
927 basemono, ts->next_tick, dev->next_event, in tick_nohz_stop_tick()