Searched refs:test_and_change_bit (Results 1 – 3 of 3) sorted by relevance
205 #define test_and_change_bit(nr,p) ATOMIC_BITOP_LE(test_and_change_bit,nr,p) macro223 #define test_and_change_bit(nr,p) ATOMIC_BITOP_BE(test_and_change_bit,nr,p) macro
176 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
273 static inline int test_and_change_bit(int nr, volatile unsigned long* addr) in test_and_change_bit() function