| cred.c | 92 static struct kmem_cache *cred_cache; variable in typeref:struct:kmem_cache 189 cred_cache = kmem_cache_create("cred_cache", crsize, 0, 252 cred_t *cr = kmem_cache_alloc(cred_cache, flgs); 291 cred_t *cr = kmem_cache_alloc(cred_cache, KM_SLEEP); 373 kmem_cache_free(cred_cache, cr);
|