Searched refs:PPS_INTCOUNT (Results 1 – 1 of 1) sorted by relevance
91 #define PPS_INTCOUNT 4 /* number of consecutive good intervals to macro772 if (--pps_intcnt <= -PPS_INTCOUNT) { in pps_dec_freq_interval()773 pps_intcnt = -PPS_INTCOUNT; in pps_dec_freq_interval()786 if (++pps_intcnt >= PPS_INTCOUNT) { in pps_inc_freq_interval()787 pps_intcnt = PPS_INTCOUNT; in pps_inc_freq_interval()