Searched refs:will_handle (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/xen/ |
H A D | xenbus.h | 69 bool (*will_handle)(struct xenbus_watch *, member 211 bool (*will_handle)(struct xenbus_watch *, 217 bool (*will_handle)(struct xenbus_watch *,
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 130 bool (*will_handle)(struct xenbus_watch *, in xenbus_watch_path() 138 watch->will_handle = will_handle; in xenbus_watch_path() 145 watch->will_handle = NULL; in xenbus_watch_path() 172 bool (*will_handle)(struct xenbus_watch *, in xenbus_watch_pathfmt() 190 err = xenbus_watch_path(dev, path, watch, will_handle, callback); in xenbus_watch_pathfmt()
|
H A D | xenbus_xs.c | 709 (!event->handle->will_handle || in xs_watch_msg() 710 event->handle->will_handle(event->handle, in xs_watch_msg()
|
/openbmc/linux/drivers/net/xen-netback/ |
H A D | xenbus.c | 560 vif->credit_watch.will_handle = NULL; in xen_register_credit_watch() 567 vif->credit_watch.will_handle = NULL; in xen_register_credit_watch() 614 vif->mcast_ctrl_watch.will_handle = NULL; in xen_register_mcast_ctrl_watch() 622 vif->mcast_ctrl_watch.will_handle = NULL; in xen_register_mcast_ctrl_watch()
|