Lines Matching refs:tk
433 void update_vsyscall(struct timekeeper *tk) in update_vsyscall() argument
438 fsyscall_gtod_data.clk_mask = tk->tkr_mono.mask; in update_vsyscall()
439 fsyscall_gtod_data.clk_mult = tk->tkr_mono.mult; in update_vsyscall()
440 fsyscall_gtod_data.clk_shift = tk->tkr_mono.shift; in update_vsyscall()
441 fsyscall_gtod_data.clk_fsys_mmio = tk->tkr_mono.clock->archdata.fsys_mmio; in update_vsyscall()
442 fsyscall_gtod_data.clk_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
444 fsyscall_gtod_data.wall_time.sec = tk->xtime_sec; in update_vsyscall()
445 fsyscall_gtod_data.wall_time.snsec = tk->tkr_mono.xtime_nsec; in update_vsyscall()
447 fsyscall_gtod_data.monotonic_time.sec = tk->xtime_sec in update_vsyscall()
448 + tk->wall_to_monotonic.tv_sec; in update_vsyscall()
449 fsyscall_gtod_data.monotonic_time.snsec = tk->tkr_mono.xtime_nsec in update_vsyscall()
450 + ((u64)tk->wall_to_monotonic.tv_nsec in update_vsyscall()
451 << tk->tkr_mono.shift); in update_vsyscall()
455 (((u64)NSEC_PER_SEC) << tk->tkr_mono.shift)) { in update_vsyscall()
457 ((u64)NSEC_PER_SEC) << tk->tkr_mono.shift; in update_vsyscall()