Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c188 arptr->an_is_my_turn = B_TRUE; in kcf_areqnode_alloc()
193 arptr->an_is_my_turn = B_FALSE; in kcf_areqnode_alloc()
320 while (areq->an_is_my_turn == B_FALSE) { in process_req_hwp()
1086 while (req->an_is_my_turn == B_FALSE) { in kcfpool_svc()
1330 nextreq->an_is_my_turn = B_TRUE; in kcf_aop_done()
/titanic_50/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c83 mdb_printf("an_is_my_turn: %s\t ", areqn->an_is_my_turn == B_FALSE ? in kcf_areq_node_simple()
149 areqn->an_is_my_turn == B_FALSE ? "B_FALSE" : "B_TRUE"); in v_kcf_areq_node()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h190 boolean_t an_is_my_turn; member