Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1215 kmem_free(xxwp, sizeof (*xxwp)); in i_xvdi_xb_watch_free()
1223 if (--xxwp->xxw_ref == 0) in i_xvdi_xb_watch_release()
1232 xxwp->xxw_ref++; in i_xvdi_xb_watch_hold()
1242 xxwp->xxw_cb(dip, xxwp->xxw_watch.node, xxwp->xxw_arg); in i_xvdi_xb_watch_cb_tq()
1254 xd_xb_watches_t *xxwp; in i_xvdi_xb_watch_cb() local
1260 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL; in i_xvdi_xb_watch_cb()
1261 xxwp = list_next(&pdp->xd_xb_watches, xxwp)) { in i_xvdi_xb_watch_cb()
1266 if (xxwp == NULL) { in i_xvdi_xb_watch_cb()
1334 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL; in xvdi_add_xb_watch_handler()
1335 xxwp = list_next(&pdp->xd_xb_watches, xxwp)) { in xvdi_add_xb_watch_handler()
[all …]