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.c746 long u_nsec, v_nsec; /* temps */ in hardpps() local
766 u_nsec = tsp->tv_nsec; in hardpps()
767 if (u_nsec >= (NANOSECOND >> 1)) { in hardpps()
768 u_nsec -= NANOSECOND; in hardpps()
771 v_nsec = u_nsec - pps_tf[0].tv_nsec; in hardpps()
777 pps_tf[0].tv_nsec = u_nsec; in hardpps()
797 u_nsec = pps_tf[0].tv_nsec - pps_tf[2].tv_nsec; in hardpps()
800 u_nsec = pps_tf[2].tv_nsec - pps_tf[1].tv_nsec; in hardpps()
803 u_nsec = pps_tf[0].tv_nsec - pps_tf[1].tv_nsec; in hardpps()
808 u_nsec = pps_tf[2].tv_nsec - pps_tf[0].tv_nsec; in hardpps()
[all …]