Lines Matching refs:tv_sec
79 ts.tv_sec = tk->xtime_sec; in tk_xtime()
86 tk->xtime_sec = ts->tv_sec; in tk_set_xtime()
92 tk->xtime_sec += ts->tv_sec; in tk_xtime_add()
105 set_normalized_timespec64(&tmp, -tk->wall_to_monotonic.tv_sec, in tk_set_wall_to_mono()
109 set_normalized_timespec64(&tmp, -wtm.tv_sec, -wtm.tv_nsec); in tk_set_wall_to_mono()
542 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec); in tk_update_ktime_data()
634 ts->tv_sec = tk->xtime_sec; in __getnstimeofday64()
788 ts->tv_sec = tk->xtime_sec; in ktime_get_ts64()
794 ts->tv_sec += tomono.tv_sec; in ktime_get_ts64()
871 ts_real->tv_sec = tk->xtime_sec; in ktime_get_raw_and_real_ts64()
897 tv->tv_sec = now.tv_sec; in do_gettimeofday()
924 ts_delta.tv_sec = ts->tv_sec - xt.tv_sec; in do_settimeofday64()
1175 ts->tv_sec = 0; in read_persistent_clock()
1198 ts->tv_sec = 0; in read_boot_clock64()
1222 now.tv_sec = 0; in timekeeping_init()
1224 } else if (now.tv_sec || now.tv_nsec) in timekeeping_init()
1231 boot.tv_sec = 0; in timekeeping_init()
1245 tk->raw_time.tv_sec = 0; in timekeeping_init()
1247 if (boot.tv_sec == 0 && boot.tv_nsec == 0) in timekeeping_init()
1250 set_normalized_timespec64(&tmp, -boot.tv_sec, -boot.tv_nsec); in timekeeping_init()
1449 if (timekeeping_suspend_time.tv_sec || timekeeping_suspend_time.tv_nsec) in timekeeping_suspend()
1466 if (abs(delta_delta.tv_sec) >= 2) { in timekeeping_suspend()
1699 ts.tv_sec = leap; in accumulate_nsecs_to_secs()
1746 tk->raw_time.tv_sec += raw_secs; in logarithmic_accumulation()
1912 set_normalized_timespec64(&now, now.tv_sec + mono.tv_sec, in get_monotonic_coarse64()
1989 delta.tv_sec = txc->time.tv_sec; in do_adjtimex()