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.c745 long u_nsec, v_nsec; /* temps */ in hardpps() local
770 v_nsec = u_nsec - pps_tf[0].tv_nsec; in hardpps()
771 if (u_sec == pps_tf[0].tv_sec && v_nsec < NANOSECOND - MAXFREQ) in hardpps()
783 if (v_nsec > MAXFREQ || v_nsec < -MAXFREQ) in hardpps()
795 v_nsec = pps_tf[1].tv_nsec; /* 0 1 2 */ in hardpps()
798 v_nsec = pps_tf[0].tv_nsec; /* 2 0 1 */ in hardpps()
801 v_nsec = pps_tf[2].tv_nsec; /* 0 2 1 */ in hardpps()
806 v_nsec = pps_tf[1].tv_nsec; /* 2 1 0 */ in hardpps()
809 v_nsec = pps_tf[0].tv_nsec; /* 1 0 2 */ in hardpps()
812 v_nsec = pps_tf[2].tv_nsec; /* 1 2 0 */ in hardpps()
[all …]