Searched refs:clock_panic (Results 1 – 3 of 3) sorted by relevance
113 double clock_panic = CLOCK_PANIC; /* panic threshold */ variable491 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()
440 extern double clock_panic; /* max offset before panic (s) */
521 * ntpd/ntp_loopfilter.c (local_clock): Check clock_panic > 0.4323 * ntpd/ntp_loopfilter.c (local_clock): Cast clock_panic to int to4426 * ntpd/ntp_loopfilter.c (clock_offset, clock_panic): Likewise.