Lines Matching refs:tk
868 void update_vsyscall(struct timekeeper *tk) in update_vsyscall() argument
871 struct clocksource *clock = tk->tkr_mono.clock; in update_vsyscall()
872 u32 mult = tk->tkr_mono.mult; in update_vsyscall()
873 u32 shift = tk->tkr_mono.shift; in update_vsyscall()
874 u64 cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
881 xt.tv_sec = tk->xtime_sec; in update_vsyscall()
882 xt.tv_nsec = (long)(tk->tkr_mono.xtime_nsec >> tk->tkr_mono.shift); in update_vsyscall()
918 frac_sec = tk->tkr_mono.xtime_nsec << (32 - shift); in update_vsyscall()
926 new_stamp_xsec += tk->xtime_sec * XSEC_PER_SEC; in update_vsyscall()
940 vdso_data->wtom_clock_sec = tk->wall_to_monotonic.tv_sec; in update_vsyscall()
941 vdso_data->wtom_clock_nsec = tk->wall_to_monotonic.tv_nsec; in update_vsyscall()