Searched refs:cache_entry (Results 1 – 4 of 4) sorted by relevance
57 struct cache_entry { struct63 struct cache_entry *cache_next; argument66 static struct cache_entry *cache_head;72 static void cache_free(struct cache_entry *entry);186 cache_free(struct cache_entry *entry) in cache_free()188 struct cache_entry *ce, *next; in cache_free()221 struct cache_entry *ce, *prev; in cache_check()288 struct cache_entry *entry; in cache_enter()
75 struct cache_entry { struct82 struct cache_entry *prev; /* prev entry on LRU list */ argument83 struct cache_entry *next; /* next entry on LRU list */ argument88 static struct cache_entry *_rpc_authdes_cache; /* [authdes_cachesz] */89 static struct cache_entry *cache_head; /* cache (in LRU order) */90 static struct cache_entry *cache_tail; /* cache (in LRU order) */138 struct cache_entry *entry; in __svcauth_des()492 malloc(sizeof (struct cache_entry) * authdes_cachesz); in cache_init()498 sizeof (struct cache_entry) * authdes_cachesz); in cache_init()542 struct cache_entry *curr = &_rpc_authdes_cache[sid]; in cache_ref()[all …]
84 struct cache_entry { struct91 typedef struct cache_entry cache_entry_t; argument
111 struct cache_entry { struct112 struct cache_entry *cache_next; argument129 static struct cache_entry *cache_head = NULL; argument174 static void cache_free(struct cache_entry *);3706 struct cache_entry *entry;3711 entry = (struct cache_entry *)malloc(sizeof (struct cache_entry));3714 (void) memset((caddr_t)entry, 0, sizeof (struct cache_entry));3741 struct cache_entry *ce, *prev;3811 struct cache_entry *entry; in cache_free()3813 struct cache_entry *ce, *next = NULL;