Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c40 static kmem_cache_t *kcf_context_cache; variable
51 kcf_ctx = kmem_cache_alloc(kcf_context_cache, KM_SLEEP); in kcf_new_ctx()
104 kmem_cache_free(kcf_context_cache, kcf_ctx); in kcf_free_context()
133 if (kcf_context_cache) in kcf_sched_destroy()
134 kmem_cache_destroy(kcf_context_cache); in kcf_sched_destroy()
150 kcf_context_cache = kmem_cache_create("kcf_context_cache", in kcf_sched_init()