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

  /src/external/bsd/ntp/dist/ntpd/
ntp_loopfilter.c 41 #define CLOCK_MINSTEP 300. /* default stepout threshold (s) */
114 double clock_minstep = CLOCK_MINSTEP; /* stepout threshold */ variable
233 freq_cnt = (int)clock_minstep;
600 if (mu < clock_minstep)
613 if (mu < clock_minstep)
688 if (mu < clock_minstep)
1385 if (freq < CLOCK_MINSTEP)
1386 clock_minstep = CLOCK_MINSTEP;
    [all...]
  /src/external/bsd/ntp/dist/include/
ntpd.h 444 extern double clock_minstep; /* step timeout (s) */

Completed in 30 milliseconds