Home
last modified time | relevance | path

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

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