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

/linux-4.1.27/arch/arm64/include/asm/
H A Dsync_bitops.h20 #define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dsync_bitops.h19 #define sync_test_and_set_bit(nr, p) _test_and_set_bit(nr, p) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dsync_bitops.h80 static inline int sync_test_and_set_bit(long nr, volatile unsigned long *addr) sync_test_and_set_bit() function

Completed in 145 milliseconds