Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c139 arptr->an_context = ictx; in kcf_areqnode_alloc()
303 ctx = (ictx = areq->an_context) ? &ictx->kc_glbl_ctx : NULL; in process_req_hwp()
533 if ((ictx = areq->an_context) != NULL) { in kcf_resubmit_request()
863 if (areq->an_context != NULL) in kcf_free_req()
864 KCF_CONTEXT_REFRELE(areq->an_context); in kcf_free_req()
1203 if ((ictx = areq->an_context) != NULL) { in kcf_aop_done()
1412 if ((ictx = areq->an_context) != NULL) in crypto_cancel_req()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h178 struct kcf_context *an_context; member