Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1033 kcf_context_t *kctx = (kcf_context_t *)buf; in kcf_context_cache_constructor() local
1035 kctx->kc_refcnt = 0; in kcf_context_cache_constructor()
1036 mutex_init(&kctx->kc_in_use_lock, NULL, MUTEX_DEFAULT, NULL); in kcf_context_cache_constructor()
1045 kcf_context_t *kctx = (kcf_context_t *)buf; in kcf_context_cache_destructor() local
1047 ASSERT(kctx->kc_refcnt == 0); in kcf_context_cache_destructor()
1048 mutex_destroy(&kctx->kc_in_use_lock); in kcf_context_cache_destructor()