Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/os/
H A Dxvdi.c1203 i_xvdi_xb_watch_free(xd_xb_watches_t *xxwp) in i_xvdi_xb_watch_free() argument
1205 ASSERT(xxwp->xxw_ref == 0); in i_xvdi_xb_watch_free()
1206 strfree((char *)xxwp->xxw_watch.node); in i_xvdi_xb_watch_free()
1207 kmem_free(xxwp, sizeof (*xxwp)); in i_xvdi_xb_watch_free()
1211 i_xvdi_xb_watch_release(xd_xb_watches_t *xxwp) in i_xvdi_xb_watch_release() argument
1213 ASSERT(MUTEX_HELD(&xxwp->xxw_xppd->xd_ndi_lk)); in i_xvdi_xb_watch_release()
1214 ASSERT(xxwp->xxw_ref > 0); in i_xvdi_xb_watch_release()
1215 if (--xxwp->xxw_ref == 0) in i_xvdi_xb_watch_release()
1216 i_xvdi_xb_watch_free(xxwp); in i_xvdi_xb_watch_release()
1220 i_xvdi_xb_watch_hold(xd_xb_watches_t *xxwp) in i_xvdi_xb_watch_hold() argument
[all …]