Searched refs:nxctl_refcnt (Results 1 – 2 of 2) sorted by relevance
253 ASSERT(nxctl->nxctl_refcnt > 1); in nxctl_close()1191 ASSERT(nxctl->nxctl_refcnt == 0); in nxctl_free()1206 nxctl->nxctl_refcnt++; in nxctl_retain_locked()1207 ASSERT(nxctl->nxctl_refcnt != 0); in nxctl_retain_locked()1221 int oldref = nxctl->nxctl_refcnt; in nxctl_release_locked()1225 ASSERT(nxctl->nxctl_refcnt != 0); in nxctl_release_locked()1226 if (--nxctl->nxctl_refcnt == 0) { in nxctl_release_locked()
73 uint32_t nxctl_refcnt; member