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

  /src/sys/compat/freebsd/
freebsd_timex.h 88 * MAXTC establishes the maximum time constant of the PLL. With the
90 * zero to MAXTC, the PLL will converge in 15 minutes to 16 hours,
96 #define MAXTC 6 /* maximum time constant (shift) */
118 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
  /src/sys/sys/
timex.h 120 #define MAXTC 10 /* max time constant */
  /src/sys/kern/
kern_ntptime.c 320 else if (ntv->constant > MAXTC)
321 time_constant = MAXTC;

Completed in 12 milliseconds