Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1521 headp = areq->an_idnext = rt->rt_idhash[indx]; in kcf_reqid_insert()
1526 rt->rt_idhash[indx] = areq; in kcf_reqid_insert()
1555 rt->rt_idhash[indx] = nextp; in kcf_reqid_delete()
1596 for (areq = rt->rt_idhash[indx]; areq; areq = areq->an_idnext) { in crypto_cancel_req()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h267 kcf_areq_node_t *rt_idhash[REQID_BUCKETS]; member
/titanic_50/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c580 node_addr = (uintptr_t)data->rd_table.rt_idhash[i]; in crypto_pr_reqid()