Home
last modified time | relevance | path

Searched refs:cache_entry (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c57 struct cache_entry { struct
63 struct cache_entry *cache_next; argument
66 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()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c76 struct cache_entry { struct
83 struct cache_entry *prev; /* prev entry on LRU list */ argument
84 struct cache_entry *next; /* next entry on LRU list */ argument
89 static struct cache_entry *_rpc_authdes_cache; /* [authdes_cachesz] */
90 static struct cache_entry *cache_head; /* cache (in LRU order) */
91 static struct cache_entry *cache_tail; /* cache (in LRU order) */
139 struct cache_entry *entry; in __svcauth_des()
493 malloc(sizeof (struct cache_entry) * authdes_cachesz); in cache_init()
499 sizeof (struct cache_entry) * authdes_cachesz); in cache_init()
543 struct cache_entry *curr = &_rpc_authdes_cache[sid]; in cache_ref()
[all …]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c82 struct cache_entry { struct
89 typedef struct cache_entry cache_entry_t; argument
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c111 struct cache_entry { struct
112 struct cache_entry *cache_next; argument
129 static struct cache_entry *cache_head = NULL; argument
174 static void cache_free(struct cache_entry *);
3679 struct cache_entry *entry; in cache_enter()
3684 entry = (struct cache_entry *)malloc(sizeof (struct cache_entry)); in cache_enter()
3687 (void) memset((caddr_t)entry, 0, sizeof (struct cache_entry)); in cache_enter()
3711 struct cache_entry *ce, *prev; in cache_check()
3780 cache_free(struct cache_entry *entry) in cache_free()
3782 struct cache_entry *ce, *next = NULL; in cache_free()