Home
last modified time | relevance | path

Searched refs:xhat_refcnt (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dxhat.c172 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()
H A Dxhat.h165 int xhat_refcnt; member