Home
last modified time | relevance | path

Searched refs:xtime_sec (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/kernel/time/
H A Dvsyscall.c35 vdso_ts->sec = tk->xtime_sec + tk->wall_to_monotonic.tv_sec; in update_vdso_data()
68 vdso_ts->sec = tk->xtime_sec + (s64)tk->tai_offset; in update_vdso_data()
88 vdso_ts->sec = tk->xtime_sec; in update_vsyscall()
93 vdso_ts->sec = tk->xtime_sec; in update_vsyscall()
98 vdso_ts->sec = tk->xtime_sec + tk->wall_to_monotonic.tv_sec; in update_vsyscall()
H A Dtimekeeping.c121 tk->xtime_sec++; in tk_normalize_xtime()
133 ts.tv_sec = tk->xtime_sec; in tk_xtime()
140 tk->xtime_sec = ts->tv_sec; in tk_set_xtime()
146 tk->xtime_sec += ts->tv_sec; in tk_xtime_add()
826 ts->tv_sec = tk->xtime_sec; in ktime_get_real_ts64()
1027 return tk->xtime_sec; in ktime_get_real_seconds()
1031 seconds = tk->xtime_sec; in ktime_get_real_seconds()
1048 return tk->xtime_sec; in __ktime_get_real_seconds()
2051 tk->xtime_sec--; in timekeeping_adjust()
2072 tk->xtime_sec++; in accumulate_nsecs_to_secs()
[all …]
/openbmc/linux/arch/sparc/kernel/
H A Dvdso.c38 vdata->wall_time_sec = tk->xtime_sec; in update_vsyscall()
41 vdata->monotonic_time_sec = tk->xtime_sec + in update_vsyscall()
54 vdata->wall_time_coarse_sec = tk->xtime_sec; in update_vsyscall()
/openbmc/linux/include/linux/
H A Dtimekeeper_internal.h95 u64 xtime_sec; member
/openbmc/linux/arch/ia64/kernel/
H A Dtime.c444 fsyscall_gtod_data.wall_time.sec = tk->xtime_sec; in update_vsyscall()
447 fsyscall_gtod_data.monotonic_time.sec = tk->xtime_sec in update_vsyscall()
/openbmc/linux/arch/x86/xen/
H A Dtime.c109 now.tv_sec = tk->xtime_sec; in xen_pvclock_gtod_notify()
/openbmc/linux/arch/arm/xen/
H A Denlighten.c109 now.tv_sec = tk->xtime_sec; in xen_pvclock_gtod_notify()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c2294 vdata->wall_time_sec = tk->xtime_sec; in update_pvclock_gtod()