Searched refs:basemono (Results 1 – 1 of 1) sorted by relevance
914 u64 basemono; in get_jiffies_update() local918 basemono = last_jiffies_update; in get_jiffies_update()922 return basemono; in get_jiffies_update()937 u64 basemono, next_tick, delta, expires; in tick_nohz_next_event() local941 basemono = get_jiffies_update(&basejiff); in tick_nohz_next_event()943 ts->timer_expires_base = basemono; in tick_nohz_next_event()957 next_tick = basemono + TICK_NSEC; in tick_nohz_next_event()966 next_tick = get_next_timer_interrupt(basejiff, basemono); in tick_nohz_next_event()971 if (WARN_ON_ONCE(basemono > next_tick)) in tick_nohz_next_event()972 next_tick = basemono; in tick_nohz_next_event()[all …]