Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpd/
HDntp_loopfilter.c157 int freq_cnt; /* initial frequency clamp */ variable
231 freq_cnt = (int)clock_minstep; in init_loopfilter()
699 if (freq_cnt == 0) { in local_clock()
727 freq_cnt = 0; in local_clock()
748 if (pll_control && kern_enable && freq_cnt == 0) { in local_clock()
878 if (freq_cnt > 0) { in local_clock()
970 } else if (freq_cnt > 0) { in adj_host_clock()
972 freq_cnt--; in adj_host_clock()
HDntp_proto.c3398 if (freq_cnt == 0) { in clock_filter()
/freebsd-head/contrib/ntp/include/
HDntpd.h176 extern int freq_cnt;