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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c64 mon_entry ** mon_hash; /* MRU hash table */ variable
134 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next,
226 octets = sizeof(*mon_hash) * MON_HASH_SIZE;
227 mon_hash = erealloc_zero(mon_hash, octets, 0);
264 zero_mem(mon_hash, sizeof(*mon_hash) * MON_HASH_SIZE);
337 mon = mon_hash[hash];
494 LINK_SLIST(mon_hash[hash], mon, hash_next);
H A Dntp_control.c4145 for (mon = mon_hash[hash];
/freebsd-13-stable/contrib/ntp/include/
H A Dntpd.h434 extern mon_entry ** mon_hash; /* MRU hash table */

Completed in 57 milliseconds