Searched refs:xtime_sec (Results 1 – 7 of 7) sorted by relevance
40 vdso_ts->sec = tk->xtime_sec + tk->wall_to_monotonic.tv_sec; in update_vdso_time_data() 73 vdso_ts->sec = tk->xtime_sec + (s64)tk->tai_offset; in update_vdso_time_data() 94 vdso_ts->sec = tk->xtime_sec; in update_vsyscall() 99 vdso_ts->sec = tk->xtime_sec; in update_vsyscall() 104 vdso_ts->sec = tk->xtime_sec + tk->wall_to_monotonic.tv_sec; in update_vsyscall() 162 vdso_ts->sec = tk->xtime_sec; in vdso_time_update_aux()
188 tk->xtime_sec++; in tk_normalize_xtime() 200 ts.tv_sec = tk->xtime_sec; in tk_xtime() 209 ts.tv_sec = tk->xtime_sec; in tk_xtime_coarse() 230 tk->xtime_sec = ts->tv_sec; in tk_set_xtime() 237 tk->xtime_sec += ts->tv_sec; in tk_xtime_add() 670 * nsec = (xtime_sec + wtm_sec) * 1e9 + wtm_nsec + now(); in tk_update_ktime_data() 673 * ==> base_mono = (xtime_sec + wtm_sec) * 1e9 + wtm_nsec in tk_update_ktime_data() 675 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec); in tk_update_ktime_data() 798 ts->tv_sec = tk->xtime_sec; in ktime_get_real_ts64() 960 ts->tv_sec = tk->xtime_sec; in ktime_get_ts64() [all...]
38 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()
64 * @xtime_sec: Current CLOCK_REALTIME time in seconds126 * 1: xtime_sec ... id141 u64 xtime_sec; member
109 now.tv_sec = tk->xtime_sec; in xen_pvclock_gtod_notify()
2277 vdata->wall_time_sec = tk->xtime_sec; in update_pvclock_gtod()