Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_monitor.c65 mon_entry mon_mru_list; /* mru listhead */
126 mon_entry *mon in remove_from_hash()
130 mon_entry *punlinked; in remove_from_hash()
135 mon_entry); in remove_from_hash()
142 mon_entry *m in mon_free_entry()
161 mon_entry *m in mon_reclaim_entry()
178 mon_entry *chunk; in mon_getmoremem()
241 mon_entry *mon; in mon_stop()
277 mon_entry *mon; in mon_clearinterface()
316 mon_entry * mon; in ntp_monitor()
[all …]
H A Dntp_control.c97 static void send_mru_entry (mon_entry *, int);
2162 kb = mru_entries * (sizeof(mon_entry) / 1024.); in ctl_putsys()
2186 kb = mru_maxdepth * (sizeof(mon_entry) / 1024.); in ctl_putsys()
3787 mon_entry * mon, in send_mru_entry()
4004 mon_entry * mon; in read_mru_list()
4005 mon_entry * prior_mon; in read_mru_list()
H A Dntp_config.c2575 / sizeof(mon_entry); in config_access()
2590 / sizeof(mon_entry); in config_access()
2616 sizeof(mon_entry); in config_access()
/freebsd-13.1/contrib/ntp/include/
H A Dntp.h781 typedef struct mon_data mon_entry; typedef
783 mon_entry * hash_next; /* next structure in hash list */
784 DECL_DLIST_LINK(mon_entry, mru);/* MRU list link pointers */
H A Dntpd.h434 extern mon_entry ** mon_hash; /* MRU hash table */
435 extern mon_entry mon_mru_list; /* mru listhead */
/freebsd-13.1/contrib/ntp/
H A DCommitLog152172 remove redundant storage of port in mon_entry, rmtadr has it.
152177 remove redundant storage of port in mon_entry, rmtadr has it.
152241 remove redundant storage of port in mon_entry, rmtadr has it.
152610 add mon_entry typedef for struct mon_data.
152613 rename struct mon_data.interface -> mon_entry.lcladr to mirror
152614 mon_entry.rmtadr.
152658 introduce mon_entry typedef (alias of struct mon_data) and
152719 change most struct mon_data references to mon_entry.
152723 rename struct mon_data.interface -> mon_entry.lcladr to mirror
152724 mon_entry.rmtadr.
[all …]