Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dkern_ntptime.c782 long u_sec, u_nsec, v_nsec; /* temps */ in hardpps() local
800 u_sec = tsp->tv_sec; in hardpps()
804 u_sec++; in hardpps()
807 if (u_sec == pps_tf[0].tv_sec && v_nsec < NANOSECOND - MAXFREQ) in hardpps()
811 pps_tf[0].tv_sec = u_sec; in hardpps()
884 u_sec = pps_tf[0].tv_sec - pps_lastsec; in hardpps()
885 if (u_sec < (1 << pps_shift)) in hardpps()
903 if (v_nsec > u_nsec || v_nsec < -u_nsec || u_sec != (1 << pps_shift)) { in hardpps()