Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ntptime.c795 u_nsec = tsp->tv_nsec; in hardpps()
797 u_nsec -= NANOSECOND; in hardpps()
816 u_nsec = nsec; in hardpps()
818 u_nsec -= NANOSECOND; in hardpps()
820 u_nsec += NANOSECOND; in hardpps()
821 pps_fcount += u_nsec; in hardpps()
897 if (v_nsec > u_nsec || v_nsec < -u_nsec || u_sec != (1 << pps_shift)) { in hardpps()
917 u_nsec = L_GINT(ftemp); in hardpps()
944 if (u_nsec < 0) in hardpps()
945 u_nsec = -u_nsec; in hardpps()
[all …]