sync_test_and_set_bit
#define sync_test_and_set_bit(nr, p) _sync_test_and_set_bit(nr, p)
#define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p)
static inline bool sync_test_and_set_bit(long nr, volatile unsigned long *addr)