Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c307 int ppscount2; /* PPS counter (secondary unit) */ member
889 up->ppscount2 = max(0, (up->ppscount2 - 1)); in timer_secondary()
890 if (0 == up->ppscount2) { in timer_secondary()
1010 up->ppscount2 = min(PPS2_MAXCOUNT, (up->ppscount2 + 2)); in eval_pps_secondary()
1011 if ((PPS2_MAXCOUNT == up->ppscount2) && in eval_pps_secondary()