Home
last modified time | relevance | path

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

/linux-4.19.296/include/xen/
Dxenbus.h68 bool (*will_handle)(struct xenbus_watch *, member
202 bool (*will_handle)(struct xenbus_watch *,
208 bool (*will_handle)(struct xenbus_watch *,
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_client.c117 bool (*will_handle)(struct xenbus_watch *, in xenbus_watch_path()
125 watch->will_handle = will_handle; in xenbus_watch_path()
132 watch->will_handle = NULL; in xenbus_watch_path()
159 bool (*will_handle)(struct xenbus_watch *, in xenbus_watch_pathfmt()
177 err = xenbus_watch_path(dev, path, watch, will_handle, callback); in xenbus_watch_pathfmt()
Dxenbus_xs.c709 (!event->handle->will_handle || in xs_watch_msg()
710 event->handle->will_handle(event->handle, in xs_watch_msg()