Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/xenbus/
Dxenbus.h59 struct xs_watch_event { struct
102 int xs_watch_msg(struct xs_watch_event *event);
Dxenbus_xs.c697 int xs_watch_msg(struct xs_watch_event *event) in xs_watch_msg()
791 struct xs_watch_event *event, *tmp; in unregister_xenbus_watch()
869 struct xs_watch_event *event; in xenwatch_thread()
889 event = list_entry(ent, struct xs_watch_event, list); in xenwatch_thread()
Dxenbus_comms.c220 struct xs_watch_event *watch; in process_msg()