Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/xen/
A Devent.h155 bool (*is_pending)(const struct domain *d, evtchn_port_t port); member
195 return d->evtchn_port_ops->is_pending(d, port); in evtchn_port_is_pending()
/xen-4.10.0-shim-comet/xen/common/
A Devent_2l.c94 .is_pending = evtchn_2l_is_pending,
A Devent_fifo.c354 .is_pending = evtchn_fifo_is_pending,
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-ringwatch301 def is_pending(self):
330 io = complete[not self.is_pending()]
428 if entry.is_idle() and entry.state.is_pending():

Completed in 5 milliseconds