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

/illumos-gate/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 in struct:xendev_ppd
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c267 list_create(&pdp->xd_xb_watches, sizeof (xd_xb_watches_t),
1252 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL;
1253 xxwp = list_next(&pdp->xd_xb_watches, xxwp)) {
1312 ASSERT(list_is_empty(&pdp->xd_xb_watches));
1326 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL;
1327 xxwp = list_next(&pdp->xd_xb_watches, xxwp)) {
1338 if (list_is_empty(&pdp->xd_xb_watches)) {
1347 list_insert_head(&pdp->xd_xb_watches, xxw_new);
1364 while ((xxwp = list_remove_head(&pdp->xd_xb_watches)) != NULL) {
1370 ASSERT(list_is_empty(&pdp->xd_xb_watches));
[all...]

Completed in 64 milliseconds