Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/time/
Dntp.c99 #define PPS_INTCOUNT 4 /* number of consecutive good intervals to macro
852 if (--pps_intcnt <= -PPS_INTCOUNT) { in pps_dec_freq_interval()
853 pps_intcnt = -PPS_INTCOUNT; in pps_dec_freq_interval()
866 if (++pps_intcnt >= PPS_INTCOUNT) { in pps_inc_freq_interval()
867 pps_intcnt = PPS_INTCOUNT; in pps_inc_freq_interval()