Home
last modified time | relevance | path

Searched refs:mon_entry (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/ntp/ntpd/
HDntp_monitor.c46 # define INC_MONLIST (4 * 1024 / sizeof(mon_entry))
49 # define INIT_MONLIST (4 * 1024 / sizeof(mon_entry))
52 # define MRU_MAXDEPTH_DEF (1024 * 1024 / sizeof(mon_entry))
64 mon_entry ** mon_hash; /* MRU hash table */
65 mon_entry mon_mru_list; /* mru listhead */
71 static mon_entry *mon_free; /* free list or null if none */
100 static void remove_from_hash(mon_entry *);
101 static inline void mon_free_entry(mon_entry *);
102 static inline void mon_reclaim_entry(mon_entry *);
126 mon_entry *mon in remove_from_hash()
[all …]
HDntp_control.c95 static void send_mru_entry (mon_entry *, int);
2026 kb = mru_entries * (sizeof(mon_entry) / 1024.); in ctl_putsys()
2050 kb = mru_maxdepth * (sizeof(mon_entry) / 1024.); in ctl_putsys()
3575 mon_entry * mon, in send_mru_entry()
3790 mon_entry * mon; in read_mru_list()
3791 mon_entry * prior_mon; in read_mru_list()
HDntp_config.c2287 / sizeof(mon_entry); in config_access()
2302 / sizeof(mon_entry); in config_access()
2328 sizeof(mon_entry); in config_access()
/NextBSD/contrib/ntp/include/
HDntp.h749 typedef struct mon_data mon_entry; typedef
751 mon_entry * hash_next; /* next structure in hash list */
752 DECL_DLIST_LINK(mon_entry, mru);/* MRU list link pointers */
HDntpd.h431 extern mon_entry ** mon_hash; /* MRU hash table */
432 extern mon_entry mon_mru_list; /* mru listhead */
/NextBSD/contrib/ntp/
HDCommitLog136092 remove redundant storage of port in mon_entry, rmtadr has it.
136097 remove redundant storage of port in mon_entry, rmtadr has it.
136161 remove redundant storage of port in mon_entry, rmtadr has it.
136536 add mon_entry typedef for struct mon_data.
136539 rename struct mon_data.interface -> mon_entry.lcladr to mirror
136540 mon_entry.rmtadr.
136585 introduce mon_entry typedef (alias of struct mon_data) and
136646 change most struct mon_data references to mon_entry.
136650 rename struct mon_data.interface -> mon_entry.lcladr to mirror
136651 mon_entry.rmtadr.
[all …]