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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c95 u_int mru_maxdepth = /* MRU count hard limit */ variable
217 * per bucket at capacity (mru_maxdepth) to 8, if possible
220 min_hash_slots = (mru_maxdepth / 8) + 1;
421 * - mru_maxdepth ("mru maxdepth") is a hard limit on the
423 * - "mru maxmem" sets mru_maxdepth to the number of entries
457 mru_maxdepth) {
H A Dntp_config.c2608 mru_maxdepth = my_opt->value.u;
2610 mru_maxdepth = UINT_MAX;
2615 mru_maxdepth = (my_opt->value.u * 1024U) /
2618 mru_maxdepth = UINT_MAX;
H A Dntp_control.c369 { CS_MRU_MAXDEPTH, RO, "mru_maxdepth" }, /* 29 */
2182 ctl_putuint(sys_var[varid].text, mru_maxdepth);
2186 kb = mru_maxdepth * (sizeof(mon_entry) / 1024.);
/freebsd-13-stable/contrib/ntp/include/
H A Dntpd.h444 extern u_int mru_maxdepth; /* MRU size hard limit */

Completed in 170 milliseconds