Searched refs:kcf_context_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c71 static struct kmem_cache *kcf_context_cache; variable in typeref:struct:kmem_cache
117 kcf_ctx = kmem_cache_alloc(kcf_context_cache,
855 kmem_cache_free(kcf_context_cache, kcf_ctx);
1209 kcf_context_cache = kmem_cache_create("kcf_context_cache",

Completed in 55 milliseconds