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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsync_bitops.h126 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsync_bitops.h43 static inline int sync_test_bit(int nr, const volatile void *addr) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Devents.c282 return sync_test_bit(port, &s->evtchn_pending[0]);
330 if (sync_test_bit(port, &s->evtchn_pending[0]) &&
613 if (sync_test_bit(i, sh->evtchn_pending)) {

Completed in 49 milliseconds