Home
last modified time | relevance | path

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

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