Lines Matching refs:basemono
658 u64 basemono, next_tick, next_tmr, next_rcu, delta, expires; in tick_nohz_next_event() local
665 basemono = last_jiffies_update; in tick_nohz_next_event()
669 ts->timer_expires_base = basemono; in tick_nohz_next_event()
681 if (rcu_needs_cpu(basemono, &next_rcu) || arch_needs_cpu() || in tick_nohz_next_event()
683 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()
692 next_tmr = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event()
702 delta = next_tick - basemono; in tick_nohz_next_event()
730 if (delta < (KTIME_MAX - basemono)) in tick_nohz_next_event()
731 expires = basemono + delta; in tick_nohz_next_event()
744 u64 basemono = ts->timer_expires_base; in tick_nohz_stop_tick() local
774 basemono, ts->next_tick, dev->next_event, in tick_nohz_stop_tick()