Searched defs:an_refcnt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h74 * an_refcnt holds a reference count which is the number of separate
92 int an_refcnt; /* # of people sharing slot */ member in struct:anon
116 * the slot with an_refcnt to make sure it isn't destroyed.
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h209 uint_t an_refcnt; member in struct:kcf_areq_node
213 atomic_inc_32(&(areq)->an_refcnt); \
214 ASSERT((areq)->an_refcnt != 0); \
218 ASSERT((areq)->an_refcnt != 0); \
220 if (atomic_dec_32_nv(&(areq)->an_refcnt) == 0) \

Completed in 155 milliseconds