Lines Matching refs:basemono
662 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local
669 basemono = last_jiffies_update; in tick_nohz_next_event()
673 ts->timer_expires_base = basemono; in tick_nohz_next_event()
685 if (rcu_needs_cpu(basemono, &next_rcu) || arch_needs_cpu() || in tick_nohz_next_event()
687 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()
696 next_tmr = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event()
706 delta = next_tick - basemono; in tick_nohz_next_event()
734 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event()
735 expires = basemono + delta; in tick_nohz_next_event()
748 u64 basemono = ts->timer_expires_base; in tick_nohz_stop_tick() local
778 basemono, ts->next_tick, dev->next_event, in tick_nohz_stop_tick()