Lines Matching refs:leap
50 * @ntp_next_leap_sec: Second value of the next pending leapsecond, or TIME64_MAX if no leap
580 * leap second against CLOCK_REALTIME in a ktime_t format if a
581 * leap second is pending. KTIME_MAX otherwise.
604 * Also handles leap second processing, and returns leap offset
609 int leap = 0;
613 * Leap second processing. If in leap-insert state at the end of the
614 * day, the system clock is set back one second; if in leap-delete
634 leap = -1;
636 pr_notice("Clock: inserting leap second 23:59:60 UTC\n");
644 leap = 1;
647 pr_notice("Clock: deleting leap second 23:59:59 UTC\n");
732 return leap;