Searched refs:mon_entry (Results 1 – 6 of 6) sorted by relevance
46 # 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 */102 static void remove_from_hash(mon_entry *);103 static inline void mon_free_entry(mon_entry *);104 static inline void mon_reclaim_entry(mon_entry *);128 mon_entry *mon in remove_from_hash()[all …]
96 static void send_mru_entry (mon_entry *, int);2157 kb = mru_entries * (sizeof(mon_entry) / 1024.); in ctl_putsys()2181 kb = mru_maxdepth * (sizeof(mon_entry) / 1024.); in ctl_putsys()3788 mon_entry * mon, in send_mru_entry()4005 mon_entry * mon; in read_mru_list()4006 mon_entry * prior_mon; in read_mru_list()
2648 / sizeof(mon_entry); in config_access()2663 / sizeof(mon_entry); in config_access()2689 sizeof(mon_entry); in config_access()
782 typedef struct mon_data mon_entry; typedef784 mon_entry * hash_next; /* next structure in hash list */785 DECL_DLIST_LINK(mon_entry, mru);/* MRU list link pointers */
434 extern mon_entry ** mon_hash; /* MRU hash table */435 extern mon_entry mon_mru_list; /* mru listhead */
158307 remove redundant storage of port in mon_entry, rmtadr has it.158312 remove redundant storage of port in mon_entry, rmtadr has it.158376 remove redundant storage of port in mon_entry, rmtadr has it.158745 add mon_entry typedef for struct mon_data.158748 rename struct mon_data.interface -> mon_entry.lcladr to mirror158749 mon_entry.rmtadr.158793 introduce mon_entry typedef (alias of struct mon_data) and158854 change most struct mon_data references to mon_entry.158858 rename struct mon_data.interface -> mon_entry.lcladr to mirror158859 mon_entry.rmtadr.[all …]