Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c75 struct cache_entry { struct
82 struct cache_entry *prev; /* prev entry on LRU list */ argument
83 struct cache_entry *next; /* next entry on LRU list */ argument
88 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 …]
/titanic_50/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c84 struct cache_entry { struct
91 typedef struct cache_entry cache_entry_t; argument
/titanic_50/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 *);
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;