Searched refs:basemono (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/time/
H A Dtick-sched.c872 u64 basemono; local
876 basemono = last_jiffies_update;
880 return basemono;
895 u64 basemono, next_tick, delta, expires; local
899 basemono = get_jiffies_update(&basejiff);
901 ts->timer_expires_base = basemono;
915 next_tick = basemono + TICK_NSEC;
924 next_tick = get_next_timer_interrupt(basejiff, basemono);
928 /* Make sure next_tick is never before basemono! */
929 if (WARN_ON_ONCE(basemono > next_tic
975 u64 basemono = ts->timer_expires_base; local
[all...]

Completed in 167 milliseconds