Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c142 arptr->an_next = arptr->an_prev = NULL; in kcf_areqnode_alloc()
915 kcf_areq_node_t *nextp = node->an_next; in kcf_remove_node()
924 prevp->an_next = nextp; in kcf_remove_node()
953 ASSERT(gswq->gs_last->an_next == NULL); in kcf_enqueue()
955 tnode->an_next = node; in kcf_enqueue()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h192 struct kcf_areq_node *an_next; member