Lines Matching refs:ntp_next_leap_sec
72 time64_t ntp_next_leap_sec; member
96 .ntp_next_leap_sec = TIME64_MAX,
344 ntpdata->ntp_next_leap_sec = TIME64_MAX; in __ntp_clear()
375 return ktime_set(ntpdata->ntp_next_leap_sec, 0); in ntp_get_next_leap()
407 ntpdata->ntp_next_leap_sec = secs + SECS_PER_DAY - rem; in second_overflow()
411 ntpdata->ntp_next_leap_sec = secs + SECS_PER_DAY - rem; in second_overflow()
416 ntpdata->ntp_next_leap_sec = TIME64_MAX; in second_overflow()
418 } else if (secs == ntpdata->ntp_next_leap_sec) { in second_overflow()
426 ntpdata->ntp_next_leap_sec = TIME64_MAX; in second_overflow()
428 } else if (secs == ntpdata->ntp_next_leap_sec) { in second_overflow()
430 ntpdata->ntp_next_leap_sec = TIME64_MAX; in second_overflow()
436 ntpdata->ntp_next_leap_sec = TIME64_MAX; in second_overflow()
696 ntpdata->ntp_next_leap_sec = TIME64_MAX; in process_adj_status()
828 if (unlikely(ts->tv_sec >= ntpdata->ntp_next_leap_sec)) { in __do_adjtimex()
839 if ((ntpdata->time_state == TIME_OOP) && (ts->tv_sec == ntpdata->ntp_next_leap_sec)) in __do_adjtimex()