Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c318 cv_wait(&areq->an_turn_cv, &areq->an_lock); in process_req_hwp()
1009 cv_init(&areq->an_turn_cv, NULL, CV_DEFAULT, NULL); in kcf_areq_cache_constructor()
1023 cv_destroy(&areq->an_turn_cv); in kcf_areq_cache_destructor()
1215 cv_signal(&nextreq->an_turn_cv); in kcf_aop_done()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h183 kcondvar_t an_turn_cv; member