Home
last modified time | relevance | path

Searched refs:xs_watch_event (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/xen/xenbus/
Dxenbus.h59 struct xs_watch_event { struct
101 int xs_watch_msg(struct xs_watch_event *event);
Dxenbus_xs.c691 int xs_watch_msg(struct xs_watch_event *event) in xs_watch_msg()
785 struct xs_watch_event *event, *tmp; in unregister_xenbus_watch()
863 struct xs_watch_event *event; in xenwatch_thread()
883 event = list_entry(ent, struct xs_watch_event, list); in xenwatch_thread()
Dxenbus_comms.c220 struct xs_watch_event *watch; in process_msg()