Home
last modified time | relevance | path

Searched refs:cr_callback_arg (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h220 (areq)->an_reqarg.cr_callback_arg, err);
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1243 next_arg = (kcf_dual_req_t *)areq->an_reqarg.cr_callback_arg; in kcf_aop_done()
1667 areq->an_reqarg.cr_callback_arg = next_req; in kcf_next_req()
1771 (*(cr->cr_callback_func))(cr->cr_callback_arg, status); in kcf_last_req()
/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dapi.h52 void *cr_callback_arg; member