Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dtimex.h86 #define MAXTC 10 /* max time constant */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_ntptime.c392 } else if (ntv.constant > MAXTC) { in ntp_adjtime()
393 time_constant = MAXTC; in ntp_adjtime()