Searched refs:xtime_sec (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dvdso.c38 vdata->wall_time_sec = tk->xtime_sec;
41 vdata->monotonic_time_sec = tk->xtime_sec +
54 vdata->wall_time_coarse_sec = tk->xtime_sec;
/linux-master/kernel/time/
H A Dvsyscall.c35 vdso_ts->sec = tk->xtime_sec + tk->wall_to_monotonic.tv_sec;
68 vdso_ts->sec = tk->xtime_sec + (s64)tk->tai_offset;
88 vdso_ts->sec = tk->xtime_sec;
93 vdso_ts->sec = tk->xtime_sec;
98 vdso_ts->sec = tk->xtime_sec + tk->wall_to_monotonic.tv_sec;
H A Dtimekeeping.c121 tk->xtime_sec++;
133 ts.tv_sec = tk->xtime_sec;
140 tk->xtime_sec = ts->tv_sec;
146 tk->xtime_sec += ts->tv_sec;
733 * nsec = (xtime_sec + wtm_sec) * 1e9 + wtm_nsec + now();
736 * ==> base_mono = (xtime_sec + wtm_sec) * 1e9 + wtm_nsec
738 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec);
826 ts->tv_sec = tk->xtime_sec;
980 ts->tv_sec = tk->xtime_sec;
1015 * For 64bit systems the fast access to tk->xtime_sec i
[all...]
/linux-master/include/linux/
H A Dtimekeeper_internal.h49 * @xtime_sec: Current CLOCK_REALTIME time in seconds
95 u64 xtime_sec; member in struct:timekeeper
/linux-master/arch/x86/xen/
H A Dtime.c109 now.tv_sec = tk->xtime_sec;
/linux-master/arch/arm/xen/
H A Denlighten.c109 now.tv_sec = tk->xtime_sec;
/linux-master/arch/x86/kvm/
H A Dx86.c2293 vdata->wall_time_sec = tk->xtime_sec;

Completed in 171 milliseconds