Searched refs:PPS_INTCOUNT (Results 1 - 1 of 1) sorted by relevance

/kernel/time/
H A Dntp.c91 #define PPS_INTCOUNT 4 /* number of consecutive good intervals to macro
748 if (--pps_intcnt <= -PPS_INTCOUNT) {
749 pps_intcnt = -PPS_INTCOUNT;
762 if (++pps_intcnt >= PPS_INTCOUNT) {
763 pps_intcnt = PPS_INTCOUNT;

Completed in 15 milliseconds