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

  /src/external/bsd/ntp/dist/ntpd/
ntp_monitor.c 97 u_int mru_mindepth = 600; /* preempt above this */ variable
417 * - mru_mindepth ("mru mindepth") is a floor beneath which
443 if (mru_entries < mru_mindepth) {
ntp_config.c 2711 mru_mindepth = my_opt->value.u;
ntp_control.c 373 { CS_MRU_MINDEPTH, RO, "mru_mindepth" }, /* 27 */
2180 ctl_putuint(sys_var[varid].text, mru_mindepth);
  /src/external/bsd/ntp/dist/include/
ntpd.h 488 extern u_int mru_mindepth; /* preempt above this */

Completed in 26 milliseconds