Searched refs:will_handle (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/include/xen/ |
D | xenbus.h | 69 bool (*will_handle)(struct xenbus_watch *, member 208 bool (*will_handle)(struct xenbus_watch *, 214 bool (*will_handle)(struct xenbus_watch *,
|
/linux-6.12.1/drivers/xen/xenbus/ |
D | xenbus_client.c | 133 bool (*will_handle)(struct xenbus_watch *, in xenbus_watch_path() 141 watch->will_handle = will_handle; in xenbus_watch_path() 148 watch->will_handle = NULL; in xenbus_watch_path() 179 bool (*will_handle)(struct xenbus_watch *, in xenbus_watch_pathfmt() 197 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()
|
/linux-6.12.1/drivers/net/xen-netback/ |
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()
|