Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c125 kcf_ctx->kc_req_chain_last = NULL; in kcf_new_ctx()
187 if ((areq = ictx->kc_req_chain_last) == NULL) { in kcf_areqnode_alloc()
189 ictx->kc_req_chain_last = in kcf_areqnode_alloc()
196 ictx->kc_req_chain_last = arptr; in kcf_areqnode_alloc()
894 ictx->kc_req_chain_last = NULL; in kcf_removereq_in_ctxchain()
896 if (cur == ictx->kc_req_chain_last) in kcf_removereq_in_ctxchain()
897 ictx->kc_req_chain_last = prev; in kcf_removereq_in_ctxchain()
1337 ictx->kc_req_chain_last = NULL; in kcf_aop_done()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h304 kcf_areq_node_t *kc_req_chain_last; member