Searched defs:sync_test_and_set_bit (Results 1 – 3 of 3) sorted by relevance
20 #define sync_test_and_set_bit(nr, p) _test_and_set_bit(nr, p) macro
83 static inline bool sync_test_and_set_bit(long nr, volatile unsigned long *addr) in sync_test_and_set_bit() function
21 #define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p) macro