Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_ntptime.c692 long u_sec, u_nsec, v_nsec; /* temps */ in hardpps() local
714 v_nsec = u_nsec - pps_tf[0].tv_nsec; in hardpps()
737 if (v_nsec > MAXFREQ || v_nsec < -MAXFREQ) in hardpps()
749 v_nsec = pps_tf[1].tv_nsec; /* 0 1 2 */ in hardpps()
752 v_nsec = pps_tf[0].tv_nsec; /* 2 0 1 */ in hardpps()
755 v_nsec = pps_tf[2].tv_nsec; /* 0 2 1 */ in hardpps()
760 v_nsec = pps_tf[1].tv_nsec; /* 2 1 0 */ in hardpps()
782 time_monitor = -v_nsec; in hardpps()
801 v_nsec = -pps_fcount; in hardpps()
805 if (v_nsec > u_nsec || v_nsec < -u_nsec || u_sec != (1 << in hardpps()
[all …]