Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c305 mutex_enter(&areq->an_lock); in process_req_hwp()
322 mutex_exit(&areq->an_lock); in process_req_hwp()
551 mutex_enter(&areq->an_lock); in kcf_resubmit_request()
553 mutex_exit(&areq->an_lock); in kcf_resubmit_request()
1021 mutex_destroy(&areq->an_lock); in kcf_areq_cache_destructor()
1198 mutex_enter(&areq->an_lock); in kcf_aop_done()
1200 mutex_exit(&areq->an_lock); in kcf_aop_done()
1216 mutex_exit(&nextreq->an_lock); in kcf_aop_done()
1406 mutex_enter(&areq->an_lock); in crypto_cancel_req()
1415 mutex_exit(&areq->an_lock); in crypto_cancel_req()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h163 kmutex_t an_lock; member