Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDntp_loopfilter.c121 double clock_panic = CLOCK_PANIC; /* panic threshold (s) */ variable
258 if (fabs(fp_offset) > clock_panic && clock_panic > 0 && in local_clock()
262 fp_offset, clock_panic); in local_clock()
1001 clock_panic = freq; in loop_config()
/trueos/contrib/ntp/include/
HDntpd.h322 extern double clock_panic; /* max offset before panic (s) */
/trueos/contrib/ntp/
HDCommitLog-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.