Searched refs:otherend_watch (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe.c114 if (dev->otherend_watch.node) {
115 unregister_xenbus_watch(&dev->otherend_watch);
116 kfree(dev->otherend_watch.node);
117 dev->otherend_watch.node = NULL;
139 return xenbus_watch_pathfmt(dev, &dev->otherend_watch,
178 container_of(watch, struct xenbus_device, otherend_watch);
193 state, xenbus_strstate(state), dev->otherend_watch.node, path);
/linux-master/include/xen/
H A Dxenbus.h84 struct xenbus_watch otherend_watch; member in struct:xenbus_device

Completed in 123 milliseconds