Searched refs:prev_secs (Results 1 – 1 of 1) sorted by relevance
408 struct timeval prev_secs, ut_timecopy, secs, clock_shift, now; in ac() local412 timerclear(&prev_secs); /* Minimum acceptable date == 1970. */ in ac()420 if (timercmp(&ut_timecopy, &prev_secs, <)) in ac()421 ut_timecopy = prev_secs; in ac()422 prev_secs = ut_timecopy; in ac()