Searched refs:mon_hash (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/ntp/ntpd/ |
| HD | ntp_monitor.c | 64 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()
|
| HD | ntp_control.c | 4134 for (mon = mon_hash[hash]; in read_mru_list()
|
| /freebsd-13-stable/contrib/ntp/include/ |
| HD | ntpd.h | 478 extern mon_entry ** mon_hash; /* MRU hash table */
|
| /freebsd-13-stable/contrib/ntp/ |
| HD | CommitLog | 161208 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.
|