Searched refs:ccp_refcnt (Results 1 – 2 of 2) sorted by relevance
124 ccp->ccp_refcnt = 1; in corectl_path_alloc()155 atomic_inc_32(&ccp->ccp_refcnt); in corectl_path_hold()161 if (atomic_dec_32_nv(&ccp->ccp_refcnt) == 0) { in corectl_path_rele()
111 uint32_t ccp_refcnt; member