Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c51 static kmem_cache_t *kcf_context_cache; variable
92 kcf_ctx = kmem_cache_alloc(kcf_context_cache, in kcf_new_ctx()
853 kmem_cache_free(kcf_context_cache, kcf_ctx); in kcf_free_context()
1082 if (kcf_context_cache) in kcf_sched_destroy()
1083 kmem_cache_destroy(kcf_context_cache); in kcf_sched_destroy()
1117 kcf_context_cache = kmem_cache_create("kcf_context_cache", in kcf_sched_init()