Searched refs:sync_test_bit (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
H A Dsync_bitops.h23 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dsync_bitops.h22 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
/linux-4.4.14/drivers/xen/events/
H A Devents_2l.c70 return sync_test_bit(port, BM(&s->evtchn_pending[0])); evtchn_2l_is_pending()
105 evtchn_pending = sync_test_bit(port, BM(&s->evtchn_pending[0])); evtchn_2l_unmask()
329 if (sync_test_bit(i, BM(sh->evtchn_pending))) {
334 sync_test_bit(word_idx, BM(&v->evtchn_pending_sel))
336 !sync_test_bit(i, BM(sh->evtchn_mask))
338 sync_test_bit(i, BM(cpu_evtchn))
H A Devents_fifo.c209 return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); evtchn_fifo_is_pending()
227 return sync_test_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); evtchn_fifo_is_masked()
/linux-4.4.14/arch/x86/include/asm/
H A Dsync_bitops.h126 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro

Completed in 88 milliseconds