Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dxhat.c94 xhat_provider->xhat_provider_refcnt = 0; in xhat_provider_register()
109 if (provider->xhat_provider_refcnt) { in xhat_provider_unregister()
153 provider->xhat_provider_refcnt++; in xhat_attach_xhat()
164 provider->xhat_provider_refcnt--; in xhat_attach_xhat()
235 provider->xhat_provider_refcnt--; in xhat_detach_xhat()
H A Dxhat.h139 int xhat_provider_refcnt; member