Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_probe.c113 if (dev->otherend_watch.node) { in free_otherend_watch()
114 unregister_xenbus_watch(&dev->otherend_watch); in free_otherend_watch()
115 kfree(dev->otherend_watch.node); in free_otherend_watch()
116 dev->otherend_watch.node = NULL; in free_otherend_watch()
138 return xenbus_watch_pathfmt(dev, &dev->otherend_watch, in watch_otherend()
177 container_of(watch, struct xenbus_device, otherend_watch); in xenbus_otherend_changed()
192 state, xenbus_strstate(state), dev->otherend_watch.node, path); in xenbus_otherend_changed()
/linux-4.19.296/include/xen/
Dxenbus.h83 struct xenbus_watch otherend_watch; member