Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c78 ccp->ccc_refcnt = 1; in corectl_content_alloc()
106 atomic_inc_32(&ccp->ccc_refcnt); in corectl_content_hold()
112 if (atomic_dec_32_nv(&ccp->ccc_refcnt) == 0) in corectl_content_rele()
/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h106 uint32_t ccc_refcnt; member