Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_monitor.c58 u_char mon_hash_bits; variable
223 mon_hash_bits = 0; in mon_start()
225 mon_hash_bits++; in mon_start()
226 mon_hash_bits = max(4, mon_hash_bits); in mon_start()
227 mon_hash_bits = min(16, mon_hash_bits); in mon_start()
/src/contrib/ntp/include/
H A Dntpd.h179 #define MON_HASH_SIZE ((size_t)1U << mon_hash_bits)
477 extern u_char mon_hash_bits; /* log2 size of hash table */