Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c161 arptr->an_state = REQ_ALLOCATED; in kcf_areqnode_alloc()
324 areq->an_state = REQ_INPROGRESS; in process_req_hwp()
554 areq->an_state = REQ_WAITING; in kcf_resubmit_request()
933 node->an_state = REQ_CANCELED; in kcf_remove_node()
994 node->an_state = REQ_WAITING; in kcf_enqueue()
1092 req->an_state = REQ_INPROGRESS; in kcfpool_svc()
1315 areq->an_state = REQ_DONE; in kcf_aop_done()
1611 if (areq->an_state <= REQ_WAITING) { in crypto_cancel_req()
/titanic_41/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c80 prt_an_state(areqn->an_state); in kcf_areq_node_simple()
110 prt_an_state(areqn->an_state); in v_kcf_areq_node()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h170 kcf_req_status_t an_state; member