HomeSort by: relevance | last modified time | path
    Searched refs:clock_panic (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 42 #define CLOCK_PANIC 1000. /* default panic threshold (s) */
115 double clock_panic = CLOCK_PANIC; /* panic threshold */ variable
485 * If the clock is way off, panic is declared. The clock_panic
493 if (fabs(fp_offset) > clock_panic && clock_panic > 0 &&
497 fp_offset, clock_panic);
1356 clock_panic = freq;
  /src/external/bsd/ntp/dist/include/
ntpd.h 442 extern double clock_panic; /* max offset before panic (s) */

Completed in 27 milliseconds