Searched refs:test_and_clear_bit (Results 1 – 4 of 4) sorted by relevance
13 #define clear_bit test_and_clear_bit
79 static inline int test_and_clear_bit(long nr, unsigned long *addr) in test_and_clear_bit() function
84 static inline int test_and_clear_bit(long nr, unsigned long *addr) in test_and_clear_bit() function
139 #define test_and_clear_bit(nr, addr) __test_and_clear_bit(nr, addr) macro
Completed in 9 milliseconds