Home
last modified time | relevance | path

Searched refs:allan_xpt (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ntp/ntpd/
HDntp_loopfilter.c114 u_char allan_xpt = CLOCK_ALLAN; /* Allan intercept (log2 s) */ variable
703 if (sys_poll >= allan_xpt) in local_clock()
714 etemp = min(ULOGTOD(allan_xpt), mu); in local_clock()
1289 allan_xpt = (u_char)freq; in loop_config()
HDntp_proto.c2408 (u_long)ULOGTOD(allan_xpt)) { in clock_filter()
/NextBSD/contrib/ntp/include/
HDntpd.h424 extern u_char allan_xpt; /* Allan intercept (log2 s) */
/NextBSD/contrib/ntp/
HDCommitLog-4.1.0410 we now use allan_xpt for this.
411 * ntpd/ntp_loopfilter.c: Added allan_xpt as a tinker variable.
413 (local_clock): Improve comments, use (new) allan_xpt instead of
415 (rstclock): No longer force allan_xpt to CVLOCK_ALLAN in S_FREQ,