Searched refs:nxctl_refcnt (Results 1 – 2 of 2) sorted by relevance
263 ASSERT(nxctl->nxctl_refcnt > 1); in nxctl_close()1172 ASSERT(nxctl->nxctl_refcnt == 0); in nxctl_free()1187 nxctl->nxctl_refcnt++; in nxctl_retain_locked()1188 ASSERT(nxctl->nxctl_refcnt != 0); in nxctl_retain_locked()1202 int oldref = nxctl->nxctl_refcnt; in nxctl_release_locked()1206 ASSERT(nxctl->nxctl_refcnt != 0); in nxctl_release_locked()1207 if (--nxctl->nxctl_refcnt == 0) { in nxctl_release_locked()
73 uint32_t nxctl_refcnt; member