Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h279 } kcf_global_swq_t; typedef
463 extern kcf_global_swq_t *gswq;
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c38 kcf_global_swq_t *gswq; /* Global software queue */
1079 kmem_free(gswq, sizeof (kcf_global_swq_t)); in kcf_sched_destroy()
1121 gswq = kmem_alloc(sizeof (kcf_global_swq_t), KM_SLEEP); in kcf_sched_init()