Searched refs:ntp_next_leap_sec (Results 1 – 1 of 1) sorted by relevance
73 time64_t ntp_next_leap_sec; member98 .ntp_next_leap_sec = TIME64_MAX,347 ntpdata->ntp_next_leap_sec = TIME64_MAX; in __ntp_clear()383 return ktime_set(ntpdata->ntp_next_leap_sec, 0); in ntp_get_next_leap()415 ntpdata->ntp_next_leap_sec = secs + SECS_PER_DAY - rem; in second_overflow()419 ntpdata->ntp_next_leap_sec = secs + SECS_PER_DAY - rem; in second_overflow()424 ntpdata->ntp_next_leap_sec = TIME64_MAX; in second_overflow()426 } else if (secs == ntpdata->ntp_next_leap_sec) { in second_overflow()434 ntpdata->ntp_next_leap_sec = TIME64_MAX; in second_overflow()436 } else if (secs == ntpdata->ntp_next_leap_sec) { in second_overflow()[all …]