Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c100 kcf_ctx->kc_req_chain_last = NULL; in kcf_new_ctx()
162 if ((areq = ictx->kc_req_chain_last) == NULL) { in kcf_areqnode_alloc()
164 ictx->kc_req_chain_last = in kcf_areqnode_alloc()
171 ictx->kc_req_chain_last = arptr; in kcf_areqnode_alloc()
892 ictx->kc_req_chain_last = NULL; in kcf_removereq_in_ctxchain()
894 if (cur == ictx->kc_req_chain_last) in kcf_removereq_in_ctxchain()
895 ictx->kc_req_chain_last = prev; in kcf_removereq_in_ctxchain()
1221 ictx->kc_req_chain_last = NULL; in kcf_aop_done()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h297 kcf_areq_node_t *kc_req_chain_last; member