Home
last modified time | relevance | path

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

/linux/drivers/xen/events/
H A Devents_internal.h23 bool (*is_pending)(evtchn_port_t port); member
82 return evtchn_ops->is_pending(port); in test_evtchn()
H A Devents_fifo.c417 .is_pending = evtchn_fifo_is_pending,
H A Devents_2l.c372 .is_pending = evtchn_2l_is_pending,
/linux/tools/perf/scripts/python/
H A Dcompaction-times.py135 if head.is_pending():
144 if head.is_pending():
194 def is_pending(self): member in chead