Searched refs:MAXTC (Results 1 – 2 of 2) sorted by relevance
60 #define MAXTC 10 /* max time constant */ macro
382 else if (ntv->constant > MAXTC) in kern_ntp_adjtime()383 time_constant = MAXTC; in kern_ntp_adjtime()