Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1319 headp = areq->an_idnext = rt->rt_idhash[indx]; in kcf_reqid_insert()
1324 rt->rt_idhash[indx] = areq; in kcf_reqid_insert()
1353 rt->rt_idhash[indx] = nextp; in kcf_reqid_delete()
1394 for (areq = rt->rt_idhash[indx]; areq; areq = areq->an_idnext) { in crypto_cancel_req()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h260 kcf_areq_node_t *rt_idhash[REQID_BUCKETS]; member