Searched refs:sync_test_and_change_bit (Results 1 – 3 of 3) sorted by relevance
23 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p) macro
109 static inline int sync_test_and_change_bit(long nr, volatile unsigned long *addr) in sync_test_and_change_bit() function
37 #define sync_test_and_change_bit(nr, p) _sync_test_and_change_bit(nr, p) macro