Home
last modified time | relevance | path

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

/linux-5.19.10/include/xen/
Dxenbus.h69 bool (*will_handle)(struct xenbus_watch *, member
214 bool (*will_handle)(struct xenbus_watch *,
220 bool (*will_handle)(struct xenbus_watch *,
/linux-5.19.10/drivers/xen/xenbus/
Dxenbus_client.c130 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()
Dxenbus_xs.c709 (!event->handle->will_handle || in xs_watch_msg()
710 event->handle->will_handle(event->handle, in xs_watch_msg()
/linux-5.19.10/drivers/net/xen-netback/
Dxenbus.c560 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()