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

/linux-master/arch/arm64/include/asm/
H A Dsync_bitops.h24 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
/linux-master/arch/arm/include/asm/
H A Dsync_bitops.h24 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
/linux-master/arch/x86/include/asm/
H A Dsync_bitops.h114 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro

Completed in 117 milliseconds