Lines Matching refs:tkr_mono
33 vdata->vclock_mode = tk->tkr_mono.clock->archdata.vclock_mode; in update_vsyscall()
34 vdata->clock.cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
35 vdata->clock.mask = tk->tkr_mono.mask; in update_vsyscall()
36 vdata->clock.mult = tk->tkr_mono.mult; in update_vsyscall()
37 vdata->clock.shift = tk->tkr_mono.shift; in update_vsyscall()
40 vdata->wall_time_snsec = tk->tkr_mono.xtime_nsec; in update_vsyscall()
44 vdata->monotonic_time_snsec = tk->tkr_mono.xtime_nsec + in update_vsyscall()
46 tk->tkr_mono.shift); in update_vsyscall()
49 (((u64)NSEC_PER_SEC) << tk->tkr_mono.shift)) { in update_vsyscall()
51 ((u64)NSEC_PER_SEC) << tk->tkr_mono.shift; in update_vsyscall()
57 (long)(tk->tkr_mono.xtime_nsec >> tk->tkr_mono.shift); in update_vsyscall()