Searched defs:sync_test_bit (Results 1 – 2 of 2) sorted by relevance
126 #define sync_test_bit(nr, addr) test_bit(nr, addr) macro
43 static inline int sync_test_bit(int nr, const volatile void *addr) in sync_test_bit() function