Searched refs:sync_test_and_change_bit (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dsync_bitops.h23 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p) macro
/linux-master/arch/x86/include/asm/
H A Dsync_bitops.h102 * sync_test_and_change_bit - Change a bit and return its old value
109 static inline int sync_test_and_change_bit(long nr, volatile unsigned long *addr) function
/linux-master/arch/arm/include/asm/
H A Dsync_bitops.h37 #define sync_test_and_change_bit(nr, p) _sync_test_and_change_bit(nr, p) macro

Completed in 132 milliseconds