Symbol: xenbus_watch
drivers/block/xen-blkback/xenbus.c
24
struct xenbus_watch backend_watch;
drivers/block/xen-blkback/xenbus.c
33
static void backend_changed(struct xenbus_watch *, const char *,
drivers/block/xen-blkback/xenbus.c
696
static void backend_changed(struct xenbus_watch *watch,
drivers/net/xen-netback/common.h
273
struct xenbus_watch hotplug_status_watch;
drivers/net/xen-netback/common.h
314
struct xenbus_watch credit_watch;
drivers/net/xen-netback/common.h
315
struct xenbus_watch mcast_ctrl_watch;
drivers/net/xen-netback/xenbus.c
523
static void xen_net_rate_changed(struct xenbus_watch *watch,
drivers/net/xen-netback/xenbus.c
582
static void xen_mcast_ctrl_changed(struct xenbus_watch *watch,
drivers/net/xen-netback/xenbus.c
659
static void hotplug_status_changed(struct xenbus_watch *watch,
drivers/xen/cpu_hotplug.c
72
static void handle_vcpu_hotplug_event(struct xenbus_watch *watch,
drivers/xen/cpu_hotplug.c
89
static struct xenbus_watch cpu_watch = {
drivers/xen/manage.c
224
static void shutdown_handler(struct xenbus_watch *watch,
drivers/xen/manage.c
273
static void sysrq_handler(struct xenbus_watch *watch, const char *path,
drivers/xen/manage.c
318
static struct xenbus_watch sysrq_watch = {
drivers/xen/manage.c
324
static struct xenbus_watch shutdown_watch = {
drivers/xen/xen-balloon.c
105
static struct xenbus_watch target_watch = {
drivers/xen/xen-balloon.c
63
static void watch_target(struct xenbus_watch *watch,
drivers/xen/xen-pciback/pciback.h
38
struct xenbus_watch be_watch;
drivers/xen/xen-pciback/xenbus.c
659
static void xen_pcibk_be_watch(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus.h
127
void xenbus_otherend_changed(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus.h
47
bool (*otherend_will_handle)(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus.h
49
void (*otherend_changed)(struct xenbus_watch *watch, const char *path,
drivers/xen/xenbus/xenbus.h
64
struct xenbus_watch *handle;
drivers/xen/xenbus/xenbus_client.c
132
struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus_client.c
133
bool (*will_handle)(struct xenbus_watch *,
drivers/xen/xenbus/xenbus_client.c
135
void (*callback)(struct xenbus_watch *,
drivers/xen/xenbus/xenbus_client.c
178
struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus_client.c
179
bool (*will_handle)(struct xenbus_watch *,
drivers/xen/xenbus/xenbus_client.c
181
void (*callback)(struct xenbus_watch *,
drivers/xen/xenbus/xenbus_dev_frontend.c
228
struct xenbus_watch watch;
drivers/xen/xenbus/xenbus_dev_frontend.c
266
static void watch_fired(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus_probe.c
177
void xenbus_otherend_changed(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus_probe_backend.c
183
static bool frontend_will_handle(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus_probe_backend.c
189
static void frontend_changed(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus_probe_backend.c
212
static void backend_changed(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus_probe_backend.c
220
static struct xenbus_watch be_watch = {
drivers/xen/xenbus/xenbus_probe_frontend.c
175
static void frontend_changed(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus_probe_frontend.c
185
static struct xenbus_watch fe_watch = {
drivers/xen/xenbus/xenbus_probe_frontend.c
346
static void xenbus_reset_backend_state_changed(struct xenbus_watch *w,
drivers/xen/xenbus/xenbus_probe_frontend.c
373
struct xenbus_watch be_watch;
drivers/xen/xenbus/xenbus_probe_frontend.c
88
static void backend_changed(struct xenbus_watch *watch,
drivers/xen/xenbus/xenbus_xs.c
675
static struct xenbus_watch *find_watch(const char *token)
drivers/xen/xenbus/xenbus_xs.c
677
struct xenbus_watch *i, *cmp;
drivers/xen/xenbus/xenbus_xs.c
732
int register_xenbus_watch(struct xenbus_watch *watch)
drivers/xen/xenbus/xenbus_xs.c
763
void unregister_xenbus_watch(struct xenbus_watch *watch)
drivers/xen/xenbus/xenbus_xs.c
817
struct xenbus_watch *watch;
include/xen/xenbus.h
187
int register_xenbus_watch(struct xenbus_watch *watch);
include/xen/xenbus.h
188
void unregister_xenbus_watch(struct xenbus_watch *watch);
include/xen/xenbus.h
206
struct xenbus_watch *watch,
include/xen/xenbus.h
207
bool (*will_handle)(struct xenbus_watch *,
include/xen/xenbus.h
209
void (*callback)(struct xenbus_watch *,
include/xen/xenbus.h
212
int xenbus_watch_pathfmt(struct xenbus_device *dev, struct xenbus_watch *watch,
include/xen/xenbus.h
213
bool (*will_handle)(struct xenbus_watch *,
include/xen/xenbus.h
215
void (*callback)(struct xenbus_watch *,
include/xen/xenbus.h
69
bool (*will_handle)(struct xenbus_watch *,
include/xen/xenbus.h
73
void (*callback)(struct xenbus_watch *,
include/xen/xenbus.h
85
struct xenbus_watch otherend_watch;