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

  /src/external/bsd/ntp/dist/ntpd/
ntp_monitor.c 60 u_char mon_hash_bits; variable
225 mon_hash_bits = 0;
227 mon_hash_bits++;
228 mon_hash_bits = max(4, mon_hash_bits);
229 mon_hash_bits = min(16, mon_hash_bits);
  /src/external/bsd/ntp/dist/include/
ntpd.h 181 #define MON_HASH_SIZE ((size_t)1U << mon_hash_bits)
479 extern u_char mon_hash_bits; /* log2 size of hash table */

Completed in 56 milliseconds