Searched defs:test_and_change_bit (Results 1 – 2 of 2) sorted by relevance
16 #define test_and_change_bit(n,p) _test_and_change_bit(n,p) macro
258 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function269 #define test_and_change_bit(nr, addr) ({ \ macro
Completed in 4 milliseconds