Searched refs:will_handle (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/xen/ |
D | xenbus.h | 68 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/ |
D | xenbus_client.c | 117 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()
|
D | xenbus_xs.c | 709 (!event->handle->will_handle || in xs_watch_msg() 710 event->handle->will_handle(event->handle, in xs_watch_msg()
|