HomeSort by: relevance | last modified time | path
    Searched defs:pps_intcnt (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_ntptime.c 218 static int pps_intcnt; /* wander counter */ variable in typeref:typename:int
842 pps_intcnt--;
847 pps_intcnt--;
851 pps_intcnt++;
853 if (pps_intcnt >= 4) {
854 pps_intcnt = 4;
857 pps_intcnt = 0;
859 } else if (pps_intcnt <= -4 || pps_shift > pps_shiftmax) {
860 pps_intcnt = -4;
863 pps_intcnt = 0
    [all...]

Completed in 16 milliseconds