Lines Matching refs:now
300 u64 now, nowscaled, deltascaled; in vtime_delta() local
305 now = mftb(); in vtime_delta()
306 nowscaled = read_spurr(now); in vtime_delta()
307 get_paca()->system_time += now - get_paca()->starttime; in vtime_delta()
308 get_paca()->starttime = now; in vtime_delta()
312 *stolen = calculate_stolen_time(now); in vtime_delta()
489 u64 now; in __timer_interrupt() local
498 now = get_tb_or_rtc(); in __timer_interrupt()
499 if (now >= *next_tb) { in __timer_interrupt()
505 now = *next_tb - now; in __timer_interrupt()
506 if (now <= DECREMENTER_MAX) in __timer_interrupt()
507 set_dec((int)now); in __timer_interrupt()
718 int update_persistent_clock(struct timespec now) in update_persistent_clock() argument
725 to_tm(now.tv_sec + 1 + timezone_offset, &tm); in update_persistent_clock()