Home
last modified time | relevance | path

Searched refs:ntp_next_leap_sec (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/time/
H A Dntp.c73 time64_t ntp_next_leap_sec; member
98 .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 …]