Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h388 } kcf_pool_t; typedef
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c41 static kcf_pool_t *kcfpool; /* Thread pool of kcfd LWPs */
1065 kmem_free(kcfpool, sizeof (kcf_pool_t)); in kcf_sched_destroy()
1279 kcfpool = kmem_alloc(sizeof (kcf_pool_t), KM_SLEEP); in kcfpool_alloc()