Searched refs:basemono (Results 1 – 1 of 1) sorted by relevance
892 u64 basemono; in get_jiffies_update() local896 basemono = last_jiffies_update; in get_jiffies_update()900 return basemono; in get_jiffies_update()915 u64 basemono, next_tick, delta, expires; in tick_nohz_next_event() local919 basemono = get_jiffies_update(&basejiff); in tick_nohz_next_event()921 ts->timer_expires_base = basemono; in tick_nohz_next_event()935 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()944 next_tick = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event()949 if (WARN_ON_ONCE(basemono > next_tick)) in tick_nohz_next_event()950 next_tick = basemono; in tick_nohz_next_event()[all …]