Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpd/
HDntp_loopfilter.c38 #define CLOCK_MINSTEP 300. /* default stepout threshold (s) */ macro
111 double clock_minstep = CLOCK_MINSTEP; /* stepout threshold */
1346 if (freq < CLOCK_MINSTEP) in loop_config()
1347 clock_minstep = CLOCK_MINSTEP; in loop_config()