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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c205 u_int min_hash_slots; local
220 min_hash_slots = (mru_maxdepth / 8) + 1;
222 while (min_hash_slots >>= 1)

Completed in 102 milliseconds