Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_loopfilter.c113 double clock_panic = CLOCK_PANIC; /* panic threshold */ variable
491 if (fabs(fp_offset) > clock_panic && clock_panic > 0 && in local_clock()
495 fp_offset, clock_panic); in local_clock()
1354 clock_panic = freq; in loop_config()
/src/contrib/ntp/include/
H A Dntpd.h440 extern double clock_panic; /* max offset before panic (s) */
/src/contrib/ntp/
H A DCommitLog-4.1.0521 * ntpd/ntp_loopfilter.c (local_clock): Check clock_panic > 0.
4323 * ntpd/ntp_loopfilter.c (local_clock): Cast clock_panic to int to
4426 * ntpd/ntp_loopfilter.c (clock_offset, clock_panic): Likewise.