Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/events/
Devents_fifo.c206 static bool evtchn_fifo_is_pending(unsigned port) in evtchn_fifo_is_pending() function
252 if (evtchn_fifo_is_pending(port)) { in evtchn_fifo_unmask()
317 if (evtchn_fifo_is_pending(port) && !evtchn_fifo_is_masked(port)) { in consume_one_event()
390 .is_pending = evtchn_fifo_is_pending,