Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_monitor.c65 mon_entry mon_mru_list; /* mru listhead */
128 mon_entry *mon in remove_from_hash()
132 mon_entry *punlinked; in remove_from_hash()
137 mon_entry); in remove_from_hash()
144 mon_entry *m in mon_free_entry()
163 mon_entry *m in mon_reclaim_entry()
180 mon_entry *chunk; in mon_getmoremem()
243 mon_entry *mon; in mon_stop()
279 mon_entry *mon; in mon_clearinterface()
318 mon_entry * mon; in ntp_monitor()
[all …]
H A Dntp_control.c95 static void send_mru_entry (mon_entry *, int);
2156 kb = mru_entries * (sizeof(mon_entry) / 1024.); in ctl_putsys()
2180 kb = mru_maxdepth * (sizeof(mon_entry) / 1024.); in ctl_putsys()
3776 mon_entry * mon, in send_mru_entry()
3993 mon_entry * mon; in read_mru_list()
3994 mon_entry * prior_mon; in read_mru_list()
H A Dntp_config.c2677 / sizeof(mon_entry); in config_access()
2692 / sizeof(mon_entry); in config_access()
2718 sizeof(mon_entry); in config_access()
/freebsd-14.2/contrib/ntp/include/
H A Dntp.h797 typedef struct mon_data mon_entry; typedef
799 mon_entry * hash_next; /* next structure in hash list */
800 DECL_DLIST_LINK(mon_entry, mru);/* MRU list link pointers */
H A Dntpd.h478 extern mon_entry ** mon_hash; /* MRU hash table */
479 extern mon_entry mon_mru_list; /* mru listhead */
/freebsd-14.2/contrib/ntp/
H A DCommitLog161528 remove redundant storage of port in mon_entry, rmtadr has it.
161533 remove redundant storage of port in mon_entry, rmtadr has it.
161597 remove redundant storage of port in mon_entry, rmtadr has it.
161966 add mon_entry typedef for struct mon_data.
161969 rename struct mon_data.interface -> mon_entry.lcladr to mirror
161970 mon_entry.rmtadr.
162014 introduce mon_entry typedef (alias of struct mon_data) and
162075 change most struct mon_data references to mon_entry.
162079 rename struct mon_data.interface -> mon_entry.lcladr to mirror
162080 mon_entry.rmtadr.
[all …]