Searched refs:otherend_watch (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus_probe.c | 113 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()
|
/kernel/linux/linux-6.6/drivers/xen/xenbus/ |
H A D | xenbus_probe.c | 114 if (dev->otherend_watch.node) { in free_otherend_watch() 115 unregister_xenbus_watch(&dev->otherend_watch); in free_otherend_watch() 116 kfree(dev->otherend_watch.node); in free_otherend_watch() 117 dev->otherend_watch.node = NULL; in free_otherend_watch() 139 return xenbus_watch_pathfmt(dev, &dev->otherend_watch, in watch_otherend() 178 container_of(watch, struct xenbus_device, otherend_watch); in xenbus_otherend_changed() 193 state, xenbus_strstate(state), dev->otherend_watch.node, path); in xenbus_otherend_changed()
|
/kernel/linux/linux-5.10/include/xen/ |
H A D | xenbus.h | 85 struct xenbus_watch otherend_watch; member
|
/kernel/linux/linux-6.6/include/xen/ |
H A D | xenbus.h | 84 struct xenbus_watch otherend_watch; member
|
Completed in 5 milliseconds