Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c107 static umem_cache_t *nsc_entry_cache; variable
709 nsc_entry_cache = umem_cache_create("nsc_entry_cache", in init_cache()
711 if (nsc_entry_cache == NULL) in init_cache()
2101 umem_cache_free(nsc_entry_cache, entry); in delete_entry()
2161 *entry = (nsc_entry_t *)umem_cache_alloc(nsc_entry_cache, in lookup_cache()