Searched refs:basemono (Results 1 – 1 of 1) sorted by relevance
901 u64 basemono; in get_jiffies_update() local905 basemono = last_jiffies_update; in get_jiffies_update()909 return basemono; in get_jiffies_update()924 u64 basemono, next_tick, delta, expires; in tick_nohz_next_event() local928 basemono = get_jiffies_update(&basejiff); in tick_nohz_next_event()930 ts->timer_expires_base = basemono; in tick_nohz_next_event()944 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()953 next_tick = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event()958 if (WARN_ON_ONCE(basemono > next_tick)) in tick_nohz_next_event()959 next_tick = basemono; in tick_nohz_next_event()[all …]