Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/events/
H A Devents_fifo.c206 static bool evtchn_fifo_is_pending(evtchn_port_t port) in evtchn_fifo_is_pending() function
309 if (evtchn_fifo_is_pending(port) && !evtchn_fifo_is_masked(port)) { in consume_one_event()
419 .is_pending = evtchn_fifo_is_pending,