Lines Matching refs:tk
886 void update_vsyscall(struct timekeeper *tk) in update_vsyscall() argument
889 struct clocksource *clock = tk->tkr_mono.clock; in update_vsyscall()
890 u32 mult = tk->tkr_mono.mult; in update_vsyscall()
891 u32 shift = tk->tkr_mono.shift; in update_vsyscall()
892 u64 cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
899 xt.tv_sec = tk->xtime_sec; in update_vsyscall()
900 xt.tv_nsec = (long)(tk->tkr_mono.xtime_nsec >> tk->tkr_mono.shift); in update_vsyscall()
936 frac_sec = tk->tkr_mono.xtime_nsec << (32 - shift); in update_vsyscall()
944 new_stamp_xsec += tk->xtime_sec * XSEC_PER_SEC; in update_vsyscall()
958 vdso_data->wtom_clock_sec = tk->wall_to_monotonic.tv_sec; in update_vsyscall()
959 vdso_data->wtom_clock_nsec = tk->wall_to_monotonic.tv_nsec; in update_vsyscall()