Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Devent_fifo.c173 was_pending = test_and_set_bit(EVTCHN_FIFO_PENDING, word); in evtchn_fifo_set_pending()
277 clear_bit(EVTCHN_FIFO_PENDING, word); in evtchn_fifo_clear_pending()
292 if ( test_bit(EVTCHN_FIFO_PENDING, word) ) in evtchn_fifo_unmask()
300 return word && test_bit(EVTCHN_FIFO_PENDING, word); in evtchn_fifo_is_pending()
/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h358 #define EVTCHN_FIFO_PENDING 31 macro

Completed in 4 milliseconds