Searched defs:kcf_sreq_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c69 static struct kmem_cache *kcf_sreq_cache; variable in typeref:struct:kmem_cache
639 sreq = kmem_cache_alloc(kcf_sreq_cache, KM_SLEEP);
692 kmem_cache_free(kcf_sreq_cache, sreq);
1201 kcf_sreq_cache = kmem_cache_create("kcf_sreq_cache",

Completed in 47 milliseconds