Home
last modified time | relevance | path

Searched refs:MAXTC (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/ntp/kernel/sys/
HDtimex.h100 #define MAXTC 6 /* maximum time constant (shift) */ macro
122 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
/trueos/sys/sys/
HDtimex.h122 #define MAXTC 10 /* max time constant */ macro
/trueos/contrib/ntp/ntpd/
HDrefclock_irig.c159 #define MAXTC 20 /* max PLL time constant max */ macro
737 if (up->tc > MAXTC) in irig_base()
738 up->tc = MAXTC; in irig_base()
/trueos/sys/kern/
HDkern_ntptime.c377 else if (ntv.constant > MAXTC) in sys_ntp_adjtime()
378 time_constant = MAXTC; in sys_ntp_adjtime()
/trueos/contrib/ntp/util/
HDntptime.c187 MAXTC); in main()
/trueos/contrib/ntp/
HDCommitLog-4.1.06029 MAXTC, and log error returns from ntp_adjtime.