Searched refs:EVTCHN_FIFO_PENDING (Results 1 – 2 of 2) sorted by relevance
173 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()
358 #define EVTCHN_FIFO_PENDING 31 macro
Completed in 4 milliseconds