Searched refs:xtime_sec (Results 1 - 7 of 7) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c2293 vdata->wall_time_sec = tk->xtime_sec;
/linux-master/kernel/time/
H A Dvsyscall.c41 vdso_ts->sec = tk->xtime_sec + tk->wall_to_monotonic.tv_sec;
74 vdso_ts->sec = tk->xtime_sec + (s64)tk->tai_offset;
94 vdso_ts->sec = tk->xtime_sec;
99 vdso_ts->sec = tk->xtime_sec;
104 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;
730 * nsec = (xtime_sec + wtm_sec) * 1e9 + wtm_nsec + now();
733 * ==> base_mono = (xtime_sec + wtm_sec) * 1e9 + wtm_nsec
735 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec);
828 ts->tv_sec = tk->xtime_sec;
982 ts->tv_sec = tk->xtime_sec;
1017 * For 64bit systems the fast access to tk->xtime_sec i
[all...]
/linux-master/arch/arm/xen/
H A Denlighten.c109 now.tv_sec = tk->xtime_sec;
/linux-master/arch/x86/xen/
H A Dtime.c109 now.tv_sec = tk->xtime_sec;
/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/include/linux/
H A Dtimekeeper_internal.h49 * @xtime_sec: Current CLOCK_REALTIME time in seconds
95 u64 xtime_sec; member in struct:timekeeper

Completed in 293 milliseconds