Lines Matching refs:now
299 u64 now, nowscaled, deltascaled; in vtime_delta() local
304 now = mftb(); in vtime_delta()
305 nowscaled = read_spurr(now); in vtime_delta()
306 get_paca()->system_time += now - get_paca()->starttime; in vtime_delta()
307 get_paca()->starttime = now; in vtime_delta()
311 *stolen = calculate_stolen_time(now); in vtime_delta()
488 u64 now; in __timer_interrupt() local
497 now = get_tb_or_rtc(); in __timer_interrupt()
498 if (now >= *next_tb) { in __timer_interrupt()
504 now = *next_tb - now; in __timer_interrupt()
505 if (now <= DECREMENTER_MAX) in __timer_interrupt()
506 set_dec((int)now); in __timer_interrupt()
717 int update_persistent_clock(struct timespec now) in update_persistent_clock() argument
724 to_tm(now.tv_sec + 1 + timezone_offset, &tm); in update_persistent_clock()