Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h202 uint_t an_refcnt; member
206 atomic_add_32(&(areq)->an_refcnt, 1); \
207 ASSERT((areq)->an_refcnt != 0); \
211 ASSERT((areq)->an_refcnt != 0); \
213 if (atomic_add_32_nv(&(areq)->an_refcnt, -1) == 0) \
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c146 arptr->an_refcnt = 1; in kcf_areqnode_alloc()
1006 areq->an_refcnt = 0; in kcf_areq_cache_constructor()
1020 ASSERT(areq->an_refcnt == 0); in kcf_areq_cache_destructor()