Searched refs:kctx (Results 1 – 1 of 1) sorted by relevance
1033 kcf_context_t *kctx = (kcf_context_t *)buf; in kcf_context_cache_constructor() local1035 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() local1047 ASSERT(kctx->kc_refcnt == 0); in kcf_context_cache_destructor()1048 mutex_destroy(&kctx->kc_in_use_lock); in kcf_context_cache_destructor()