Searched refs:mru_mindepth (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c93 u_int mru_mindepth = 600; /* preempt above this */ variable
412 * - mru_mindepth ("mru mindepth") is a floor beneath which
438 if (mru_entries < mru_mindepth) {
H A Dntp_config.c2597 mru_mindepth = my_opt->value.u;
H A Dntp_control.c367 { CS_MRU_MINDEPTH, RO, "mru_mindepth" }, /* 27 */
2174 ctl_putuint(sys_var[varid].text, mru_mindepth);
/freebsd-13-stable/contrib/ntp/include/
H A Dntpd.h442 extern u_int mru_mindepth; /* preempt above this */

Completed in 179 milliseconds