Searched refs:mon_entry (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_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 *mo
[all...]
H A Dntp_control.c97 static void send_mru_entry (mon_entry *, int);
2188 kb = mru_entries * (sizeof(mon_entry) / 1024.);
2212 kb = mru_maxdepth * (sizeof(mon_entry) / 1024.);
3783 mon_entry * mon,
4000 mon_entry * mon;
4001 mon_entry * prior_mon;
H A Dntp_config.c2310 / sizeof(mon_entry);
2325 / sizeof(mon_entry);
2351 sizeof(mon_entry);
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp.h595 * in ntp_monitor.c's mon_entry.
765 typedef struct mon_data mon_entry; typedef in typeref:struct:mon_data
767 mon_entry * hash_next; /* next structure in hash list */
768 DECL_DLIST_LINK(mon_entry, mru);/* MRU list link pointers */
781 * Values for cast_flags in mon_entry and struct peer. mon_entry uses
H A Dntpd.h431 extern mon_entry ** mon_hash; /* MRU hash table */
432 extern mon_entry mon_mru_list; /* mru listhead */

Completed in 74 milliseconds