Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ntptime.c776 long u_sec, u_nsec, v_nsec; /* temps */ in hardpps() local
800 v_nsec = u_nsec - pps_tf[0].tv_nsec; in hardpps()
822 if (v_nsec > MAXFREQ || v_nsec < -MAXFREQ) in hardpps()
834 v_nsec = pps_tf[1].tv_nsec; /* 0 1 2 */ in hardpps()
837 v_nsec = pps_tf[0].tv_nsec; /* 2 0 1 */ in hardpps()
840 v_nsec = pps_tf[2].tv_nsec; /* 0 2 1 */ in hardpps()
845 v_nsec = pps_tf[1].tv_nsec; /* 2 1 0 */ in hardpps()
874 time_monitor = -v_nsec; in hardpps()
893 v_nsec = -pps_fcount; in hardpps()
897 if (v_nsec > u_nsec || v_nsec < -u_nsec || u_sec != (1 << pps_shift)) { in hardpps()
[all …]