sync_test_and_clear_bit
#define sync_test_and_clear_bit(nr, p) _sync_test_and_clear_bit(nr, p)
#define sync_test_and_clear_bit(nr, p) test_and_clear_bit(nr, p)
static inline int sync_test_and_clear_bit(long nr, volatile unsigned long *addr)