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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1521 headp = areq->an_idnext = rt->rt_idhash[indx];
1526 rt->rt_idhash[indx] = areq;
1555 rt->rt_idhash[indx] = nextp;
1596 for (areq = rt->rt_idhash[indx]; areq; areq = areq->an_idnext) {
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h267 kcf_areq_node_t *rt_idhash[REQID_BUCKETS]; member in struct:kcf_reqid_table
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dsched_impl.c571 /* Loop over all rt_idhash's */
580 node_addr = (uintptr_t)data->rd_table.rt_idhash[i];
595 "cannot read rt_idhash %d an_idnext %d\n",
616 " %<b>rt_idhash[%lu%]%</b> = %<b>%p:%</b>\n",
620 " rt_idhash[%lu%]"

Completed in 51 milliseconds