EVTCHN_FIFO_BIT   197 drivers/xen/events/events_fifo.c 	sync_clear_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));
EVTCHN_FIFO_BIT   203 drivers/xen/events/events_fifo.c 	sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));
EVTCHN_FIFO_BIT   209 drivers/xen/events/events_fifo.c 	return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));
EVTCHN_FIFO_BIT   215 drivers/xen/events/events_fifo.c 	return sync_test_and_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word));
EVTCHN_FIFO_BIT   221 drivers/xen/events/events_fifo.c 	sync_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word));
EVTCHN_FIFO_BIT   227 drivers/xen/events/events_fifo.c 	return sync_test_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word));