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

/linux-4.4.14/arch/arm64/include/asm/
H A Dsync_bitops.h22 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dsync_bitops.h21 #define sync_test_and_change_bit(nr, p) _test_and_change_bit(nr, p) macro
/linux-4.4.14/arch/x86/include/asm/
H A Dsync_bitops.h109 * sync_test_and_change_bit - Change a bit and return its old value
116 static inline int sync_test_and_change_bit(long nr, volatile unsigned long *addr) sync_test_and_change_bit() function

Completed in 356 milliseconds