Searched defs:test_and_clear_bit (Results 1 – 3 of 3) sorted by relevance
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 21 milliseconds