Home
last modified time | relevance | path

Searched refs:v_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
771 v_nsec = u_nsec - pps_tf[0].tv_nsec; in hardpps()
772 if (u_sec == pps_tf[0].tv_sec && v_nsec < NANOSECOND - MAXFREQ) in hardpps()
784 if (v_nsec > MAXFREQ || v_nsec < -MAXFREQ) in hardpps()
796 v_nsec = pps_tf[1].tv_nsec; /* 0 1 2 */ in hardpps()
799 v_nsec = pps_tf[0].tv_nsec; /* 2 0 1 */ in hardpps()
802 v_nsec = pps_tf[2].tv_nsec; /* 0 2 1 */ in hardpps()
807 v_nsec = pps_tf[1].tv_nsec; /* 2 1 0 */ in hardpps()
810 v_nsec = pps_tf[0].tv_nsec; /* 1 0 2 */ in hardpps()
813 v_nsec = pps_tf[2].tv_nsec; /* 1 2 0 */ in hardpps()
[all …]