Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dtime.c611 int64_t timediff; in stp_check_leap() local
630 timediff = tod_to_ns(lsoib->nlsout - get_tod_clock()) / NSEC_PER_SEC; in stp_check_leap()
638 if (timediff < 0) { in stp_check_leap()
641 } else if (timediff < 7200) { in stp_check_leap()