Lines Matching refs:tk
835 void update_vsyscall(struct timekeeper *tk) in update_vsyscall() argument
838 struct clocksource *clock = tk->tkr_mono.clock; in update_vsyscall()
839 u32 mult = tk->tkr_mono.mult; in update_vsyscall()
840 u32 shift = tk->tkr_mono.shift; in update_vsyscall()
841 u64 cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
848 xt.tv_sec = tk->xtime_sec; in update_vsyscall()
849 xt.tv_nsec = (long)(tk->tkr_mono.xtime_nsec >> tk->tkr_mono.shift); in update_vsyscall()
885 frac_sec = tk->tkr_mono.xtime_nsec << (32 - shift); in update_vsyscall()
893 new_stamp_xsec += tk->xtime_sec * XSEC_PER_SEC; in update_vsyscall()
907 vdso_data->wtom_clock_sec = tk->wall_to_monotonic.tv_sec; in update_vsyscall()
908 vdso_data->wtom_clock_nsec = tk->wall_to_monotonic.tv_nsec; in update_vsyscall()