Searched refs:nxctl_refcnt (Results 1 – 2 of 2) sorted by relevance
227 ASSERT(nxctl->nxctl_refcnt > 1); in nxctl_close()1138 ASSERT(nxctl->nxctl_refcnt == 0); in nxctl_free()1153 nxctl->nxctl_refcnt++; in nxctl_retain_locked()1154 ASSERT(nxctl->nxctl_refcnt != 0); in nxctl_retain_locked()1168 int oldref = nxctl->nxctl_refcnt; in nxctl_release_locked()1172 ASSERT(nxctl->nxctl_refcnt != 0); in nxctl_release_locked()1173 if (--nxctl->nxctl_refcnt == 0) { in nxctl_release_locked()
73 uint32_t nxctl_refcnt; member