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

/linux-4.1.27/arch/arm64/include/asm/
H A Dsync_bitops.h23 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dsync_bitops.h22 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dsync_bitops.h126 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro

Completed in 185 milliseconds