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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c161 arptr->an_state = REQ_ALLOCATED;
324 areq->an_state = REQ_INPROGRESS;
554 areq->an_state = REQ_WAITING;
933 node->an_state = REQ_CANCELED;
994 node->an_state = REQ_WAITING;
1092 req->an_state = REQ_INPROGRESS;
1315 areq->an_state = REQ_DONE;
1611 if (areq->an_state <= REQ_WAITING) {
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c80 prt_an_state(areqn->an_state);
109 mdb_printf("%16s: ", "an_state");
110 prt_an_state(areqn->an_state);
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h168 /* an_lock protects the field an_state */
170 kcf_req_status_t an_state; member in struct:kcf_areq_node

Completed in 78 milliseconds