Searched defs:authdes_cache_entry (Results 1 – 1 of 1) sorted by relevance
90 struct authdes_cache_entry { struct 97 struct authdes_cache_entry *prev, *next; /* hash table linked list */ argument 98 struct authdes_cache_entry *lru_prev, *lru_next; /* LRU linked list */ argument 101 static struct authdes_cache_entry **authdes_cache; /* [authdes_cachesz] */ argument [all...]