Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1008 cv_init(&areq->an_done, NULL, CV_DEFAULT, NULL); in kcf_areq_cache_constructor()
1022 cv_destroy(&areq->an_done); in kcf_areq_cache_destructor()
1356 cv_broadcast(&areq->an_done); in kcf_reqid_delete()
1446 cv_wait(&areq->an_done, &rt->rt_lock); in crypto_cancel_req()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h201 kcondvar_t an_done; /* Signal request completion */ member