Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/xen/xenbus/
Dxenbus_probe.c107 if (dev->otherend_watch.node) { in free_otherend_watch()
108 unregister_xenbus_watch(&dev->otherend_watch); in free_otherend_watch()
109 kfree(dev->otherend_watch.node); in free_otherend_watch()
110 dev->otherend_watch.node = NULL; in free_otherend_watch()
132 return xenbus_watch_pathfmt(dev, &dev->otherend_watch, in watch_otherend()
170 container_of(watch, struct xenbus_device, otherend_watch); in xenbus_otherend_changed()
187 state, xenbus_strstate(state), dev->otherend_watch.node, in xenbus_otherend_changed()
/linux-2.6.39/include/xen/
Dxenbus.h68 struct xenbus_watch otherend_watch; member