Searched refs:ntp_next_leap_sec (Results 1 – 1 of 1) sorted by relevance
72 time64_t ntp_next_leap_sec; member96 .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()[all …]