Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/os/
H A Dxvdi.c267 list_create(&pdp->xd_xb_watches, sizeof (xd_xb_watches_t), in xvdi_init_dev()
1252 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL; in i_xvdi_xb_watch_cb()
1253 xxwp = list_next(&pdp->xd_xb_watches, xxwp)) { in i_xvdi_xb_watch_cb()
1312 ASSERT(list_is_empty(&pdp->xd_xb_watches)); in xvdi_add_xb_watch_handler()
1326 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL; in xvdi_add_xb_watch_handler()
1327 xxwp = list_next(&pdp->xd_xb_watches, xxwp)) { in xvdi_add_xb_watch_handler()
1338 if (list_is_empty(&pdp->xd_xb_watches)) { in xvdi_add_xb_watch_handler()
1347 list_insert_head(&pdp->xd_xb_watches, xxw_new); in xvdi_add_xb_watch_handler()
1364 while ((xxwp = list_remove_head(&pdp->xd_xb_watches)) != NULL) { in xvdi_remove_xb_watch_handlers()
1370 ASSERT(list_is_empty(&pdp->xd_xb_watches)); in xvdi_remove_xb_watch_handlers()
/titanic_50/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h108 typedef struct xd_xb_watches { struct
H A Dxendev.h169 list_t xd_xb_watches; member