Searched refs:sync_test_bit (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | sync_bitops.h | 23 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | sync_bitops.h | 22 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
|
/linux-4.4.14/drivers/xen/events/ |
H A D | events_2l.c | 70 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 D | events_fifo.c | 209 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 D | sync_bitops.h | 126 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
|
Completed in 88 milliseconds