Lines Matching refs:tk
856 void update_vsyscall(struct timekeeper *tk) in update_vsyscall() argument
859 struct clocksource *clock = tk->tkr_mono.clock; in update_vsyscall()
860 u32 mult = tk->tkr_mono.mult; in update_vsyscall()
861 u32 shift = tk->tkr_mono.shift; in update_vsyscall()
862 u64 cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
869 xt.tv_sec = tk->xtime_sec; in update_vsyscall()
870 xt.tv_nsec = (long)(tk->tkr_mono.xtime_nsec >> tk->tkr_mono.shift); in update_vsyscall()
906 frac_sec = tk->tkr_mono.xtime_nsec << (32 - shift); in update_vsyscall()
914 new_stamp_xsec += tk->xtime_sec * XSEC_PER_SEC; in update_vsyscall()
928 vdso_data->wtom_clock_sec = tk->wall_to_monotonic.tv_sec; in update_vsyscall()
929 vdso_data->wtom_clock_nsec = tk->wall_to_monotonic.tv_nsec; in update_vsyscall()