Home
last modified time | relevance | path

Searched refs:mon_hash (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_monitor.c64 mon_entry ** mon_hash; /* MRU hash table */ variable
136 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next, in remove_from_hash()
228 octets = sizeof(*mon_hash) * MON_HASH_SIZE; in mon_start()
229 mon_hash = erealloc_zero(mon_hash, octets, 0); in mon_start()
266 zero_mem(mon_hash, sizeof(*mon_hash) * MON_HASH_SIZE); in mon_stop()
339 mon = mon_hash[hash]; in ntp_monitor()
497 LINK_SLIST(mon_hash[hash], mon, hash_next); in ntp_monitor()
HDntp_control.c4134 for (mon = mon_hash[hash]; in read_mru_list()
/freebsd-13-stable/contrib/ntp/include/
HDntpd.h478 extern mon_entry ** mon_hash; /* MRU hash table */
/freebsd-13-stable/contrib/ntp/
HDCommitLog161208 expose MON_HASH(), mon_hash[] so ntp_control.c can use them.
161223 expose MON_HASH(), mon_hash[] so ntp_control.c can use them.
162129 use *_SLIST() macros for mon_hash[] lists.