Searched refs:xhat_refcnt (Results 1 – 2 of 2) sorted by relevance
172 xh->xhat_refcnt = 0; in xhat_attach_xhat()213 if (xh->xhat_refcnt > 0) { in xhat_detach_xhat()258 xhat->xhat_refcnt++; in xhat_hat_hold()266 xhat->xhat_refcnt--; in xhat_hat_rele()267 ASSERT(xhat->xhat_refcnt >= 0); in xhat_hat_rele()275 return (xhat->xhat_refcnt); in xhat_hat_holders()
165 int xhat_refcnt; member