Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c89 static struct kmem_cache *cred_cache; variable
186 cred_cache = kmem_cache_create("cred_cache", crsize, 0, in cred_init()
251 cred_t *cr = kmem_cache_alloc(cred_cache, flgs); in cralloc_flags()
290 cred_t *cr = kmem_cache_alloc(cred_cache, KM_SLEEP); in crget()
374 kmem_cache_free(cred_cache, cr); in crfree()