Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_probe.c118 if (dev->otherend_watch.node) { in free_otherend_watch()
119 unregister_xenbus_watch(&dev->otherend_watch); in free_otherend_watch()
120 kfree(dev->otherend_watch.node); in free_otherend_watch()
121 dev->otherend_watch.node = NULL; in free_otherend_watch()
143 return xenbus_watch_pathfmt(dev, &dev->otherend_watch, in watch_otherend()
182 container_of(watch, struct xenbus_device, otherend_watch); in xenbus_otherend_changed()
197 state, xenbus_strstate(state), dev->otherend_watch.node, path); in xenbus_otherend_changed()
/openbmc/linux/include/xen/
H A Dxenbus.h84 struct xenbus_watch otherend_watch; member