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

/linux-master/include/xen/
H A Dxenbus.h69 bool (*will_handle)(struct xenbus_watch *, member in struct:xenbus_watch
211 bool (*will_handle)(struct xenbus_watch *,
217 bool (*will_handle)(struct xenbus_watch *,
/linux-master/drivers/xen/xenbus/
H A Dxenbus_client.c119 * @will_handle: events queuing determine callback
123 * for storage, @will_handle function as the callback to determine if each
133 bool (*will_handle)(struct xenbus_watch *,
141 watch->will_handle = will_handle;
148 watch->will_handle = NULL;
162 * @will_handle: events queuing determine callback
167 * structure for storage, @will_handle function as the callback to determine if
179 bool (*will_handle)(struct xenbus_watch *,
197 err = xenbus_watch_path(dev, path, watch, will_handle, callbac
[all...]
H A Dxenbus_xs.c709 (!event->handle->will_handle ||
710 event->handle->will_handle(event->handle,
/linux-master/drivers/net/xen-netback/
H A Dxenbus.c560 vif->credit_watch.will_handle = NULL;
567 vif->credit_watch.will_handle = NULL;
614 vif->mcast_ctrl_watch.will_handle = NULL;
622 vif->mcast_ctrl_watch.will_handle = NULL;

Completed in 276 milliseconds