HomeSort by: relevance | last modified time | path
    Searched refs:mon_entry (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_monitor.c 48 # define INC_MONLIST (4 * 1024 / sizeof(mon_entry))
51 # define INIT_MONLIST (4 * 1024 / sizeof(mon_entry))
54 # define MRU_MAXDEPTH_DEF (1024 * 1024 / sizeof(mon_entry))
66 mon_entry ** mon_hash; /* MRU hash table */
67 mon_entry mon_mru_list; /* mru listhead */
73 static mon_entry *mon_free; /* free list or null if none */
104 static void remove_from_hash(mon_entry *);
105 static inline void mon_free_entry(mon_entry *);
106 static inline void mon_reclaim_entry(mon_entry *);
130 mon_entry *mo
    [all...]
ntp_control.c 97 static void send_mru_entry (mon_entry *, int);
2168 kb = mru_entries * (sizeof(mon_entry) / 1024.);
2192 kb = mru_maxdepth * (sizeof(mon_entry) / 1024.);
3788 mon_entry * mon,
4005 mon_entry * mon;
4006 mon_entry * prior_mon;
ntp_config.c 2689 / sizeof(mon_entry);
2704 / sizeof(mon_entry);
2730 sizeof(mon_entry);
  /src/external/bsd/ntp/dist/include/
ntp.h 612 * in ntp_monitor.c's mon_entry.
799 typedef struct mon_data mon_entry; typedef in typeref:struct:mon_data
801 mon_entry * hash_next; /* next structure in hash list */
802 DECL_DLIST_LINK(mon_entry, mru);/* MRU list link pointers */
815 * Values for cast_flags in mon_entry and struct peer. mon_entry uses
ntpd.h 480 extern mon_entry ** mon_hash; /* MRU hash table */
481 extern mon_entry mon_mru_list; /* mru listhead */

Completed in 58 milliseconds