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()
567 seconds = (u64)(tk->xtime_sec + tk->wall_to_monotonic.tv_sec); in tk_update_ktime_data()
651 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 getnstime_raw_and_real()
897 tv->tv_sec = now.tv_sec; in do_gettimeofday()
923 ts_delta.tv_sec = ts->tv_sec - xt.tv_sec; in do_settimeofday64()
1168 ts->tv_sec = 0; in read_persistent_clock()
1191 ts->tv_sec = 0; in read_boot_clock()
1223 now.tv_sec = 0; in timekeeping_init()
1225 } else if (now.tv_sec || now.tv_nsec) in timekeeping_init()
1232 boot.tv_sec = 0; in timekeeping_init()
1246 tk->raw_time.tv_sec = 0; in timekeeping_init()
1248 if (boot.tv_sec == 0 && boot.tv_nsec == 0) in timekeeping_init()
1251 set_normalized_timespec64(&tmp, -boot.tv_sec, -boot.tv_nsec); in timekeeping_init()
1450 if (timekeeping_suspend_time.tv_sec || timekeeping_suspend_time.tv_nsec) in timekeeping_suspend()
1467 if (abs(delta_delta.tv_sec) >= 2) { in timekeeping_suspend()
1700 ts.tv_sec = leap; in accumulate_nsecs_to_secs()
1747 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()
2008 delta.tv_sec = txc->time.tv_sec; in do_adjtimex()