Home
last modified time | relevance | path

Searched refs:mon_hash_bits (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_monitor.c58 u_char mon_hash_bits; variable
221 mon_hash_bits = 0; in mon_start()
223 mon_hash_bits++; in mon_start()
224 mon_hash_bits = max(4, mon_hash_bits); in mon_start()
225 mon_hash_bits = min(16, mon_hash_bits); in mon_start()
/freebsd-13.1/contrib/ntp/include/
H A Dntpd.h159 #define MON_HASH_SIZE ((size_t)1U << mon_hash_bits)
433 extern u_char mon_hash_bits; /* log2 size of hash table */