Home
last modified time | relevance | path

Searched refs:sync_test_bit (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/arch/x86/include/asm/
Dsync_bitops.h126 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
/linux-3.3/arch/ia64/include/asm/
Dsync_bitops.h43 static inline int sync_test_bit(int nr, const volatile void *addr) in sync_test_bit() function
/linux-3.3/drivers/xen/
Devents.c338 return sync_test_bit(port, &s->evtchn_pending[0]); in test_evtchn()
386 if (sync_test_bit(port, &s->evtchn_pending[0]) && in unmask_evtchn()
1212 if (sync_test_bit(i, sh->evtchn_pending)) { in xen_debug_interrupt()
1217 sync_test_bit(word_idx, &v->evtchn_pending_sel) in xen_debug_interrupt()
1219 !sync_test_bit(i, sh->evtchn_mask) in xen_debug_interrupt()
1221 sync_test_bit(i, cpu_evtchn) in xen_debug_interrupt()