Searched defs:test_and_clear_bit (Results 1 – 4 of 4) sorted by relevance
55 static inline int test_and_clear_bit(int nr, void *addr) in test_and_clear_bit() function
15 #define test_and_clear_bit(n,p) _test_and_clear_bit(n,p) macro
192 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function203 #define test_and_clear_bit(nr, addr) ({ \ macro
59 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
Completed in 11 milliseconds