Searched refs:xenbus_watch (Results 1 – 13 of 13) sorted by relevance
/linux-4.19.296/include/xen/ |
D | xenbus.h | 55 struct xenbus_watch struct 68 bool (*will_handle)(struct xenbus_watch *, argument 72 void (*callback)(struct xenbus_watch *, argument 83 struct xenbus_watch otherend_watch; 182 int register_xenbus_watch(struct xenbus_watch *watch); 183 void unregister_xenbus_watch(struct xenbus_watch *watch); 201 struct xenbus_watch *watch, 202 bool (*will_handle)(struct xenbus_watch *, 204 void (*callback)(struct xenbus_watch *, 207 int xenbus_watch_pathfmt(struct xenbus_device *dev, struct xenbus_watch *watch, [all …]
|
/linux-4.19.296/drivers/xen/xenbus/ |
D | xenbus.h | 47 bool (*otherend_will_handle)(struct xenbus_watch *watch, 49 void (*otherend_changed)(struct xenbus_watch *watch, const char *path, 64 struct xenbus_watch *handle; 127 void xenbus_otherend_changed(struct xenbus_watch *watch,
|
D | xenbus_probe_backend.c | 183 static bool frontend_will_handle(struct xenbus_watch *watch, in frontend_will_handle() 189 static void frontend_changed(struct xenbus_watch *watch, in frontend_changed() 213 static void backend_changed(struct xenbus_watch *watch, in backend_changed() 221 static struct xenbus_watch be_watch = {
|
D | xenbus_probe_frontend.c | 88 static void backend_changed(struct xenbus_watch *watch, in backend_changed() 155 static void frontend_changed(struct xenbus_watch *watch, in frontend_changed() 165 static struct xenbus_watch fe_watch = { 334 static void xenbus_reset_backend_state_changed(struct xenbus_watch *w, in xenbus_reset_backend_state_changed() 361 struct xenbus_watch be_watch; in xenbus_reset_frontend()
|
D | xenbus_client.c | 116 struct xenbus_watch *watch, in xenbus_watch_path() 117 bool (*will_handle)(struct xenbus_watch *, in xenbus_watch_path() argument 119 void (*callback)(struct xenbus_watch *, in xenbus_watch_path() argument 158 struct xenbus_watch *watch, in xenbus_watch_pathfmt() 159 bool (*will_handle)(struct xenbus_watch *, in xenbus_watch_pathfmt() argument 161 void (*callback)(struct xenbus_watch *, in xenbus_watch_pathfmt() argument
|
D | xenbus_xs.c | 684 static struct xenbus_watch *find_watch(const char *token) in find_watch() 686 struct xenbus_watch *i, *cmp; in find_watch() 764 int register_xenbus_watch(struct xenbus_watch *watch) in register_xenbus_watch() 795 void unregister_xenbus_watch(struct xenbus_watch *watch) in unregister_xenbus_watch() 849 struct xenbus_watch *watch; in xs_resume()
|
D | xenbus_dev_frontend.c | 228 struct xenbus_watch watch; 266 static void watch_fired(struct xenbus_watch *watch, in watch_fired()
|
D | xenbus_probe.c | 172 void xenbus_otherend_changed(struct xenbus_watch *watch, in xenbus_otherend_changed()
|
/linux-4.19.296/drivers/xen/ |
D | manage.c | 218 static void shutdown_handler(struct xenbus_watch *watch, in shutdown_handler() 267 static void sysrq_handler(struct xenbus_watch *watch, const char *path, in sysrq_handler() 312 static struct xenbus_watch sysrq_watch = { 318 static struct xenbus_watch shutdown_watch = {
|
D | cpu_hotplug.c | 72 static void handle_vcpu_hotplug_event(struct xenbus_watch *watch, in handle_vcpu_hotplug_event() 89 static struct xenbus_watch cpu_watch = { in setup_cpu_watcher()
|
D | xen-balloon.c | 58 static void watch_target(struct xenbus_watch *watch, in watch_target() 94 static struct xenbus_watch target_watch = {
|
/linux-4.19.296/drivers/xen/xen-pciback/ |
D | pciback.h | 38 struct xenbus_watch be_watch;
|
D | xenbus.c | 658 static void xen_pcibk_be_watch(struct xenbus_watch *watch, in xen_pcibk_be_watch()
|