Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_ntptime.c745 long u_nsec, v_nsec; /* temps */ in hardpps() local
765 u_nsec = tsp->tv_nsec; in hardpps()
766 if (u_nsec >= (NANOSECOND >> 1)) { in hardpps()
767 u_nsec -= NANOSECOND; in hardpps()
770 v_nsec = u_nsec - pps_tf[0].tv_nsec; in hardpps()
776 pps_tf[0].tv_nsec = u_nsec; in hardpps()
796 u_nsec = pps_tf[0].tv_nsec - pps_tf[2].tv_nsec; in hardpps()
799 u_nsec = pps_tf[2].tv_nsec - pps_tf[1].tv_nsec; in hardpps()
802 u_nsec = pps_tf[0].tv_nsec - pps_tf[1].tv_nsec; in hardpps()
807 u_nsec = pps_tf[2].tv_nsec - pps_tf[0].tv_nsec; in hardpps()
[all …]