Searched defs:__test_and_change_bit (Results 1 – 8 of 8) sorted by relevance
121 static inline bool __test_and_change_bit(long nr, volatile unsigned long *addr) in __test_and_change_bit() function
88 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
120 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
156 static inline int __test_and_change_bit(int nr, volatile unsigned long *addr) in __test_and_change_bit() function
276 __test_and_change_bit(unsigned long nr, volatile void * addr) in __test_and_change_bit() function
324 __test_and_change_bit (int nr, void *addr) in __test_and_change_bit() function
304 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr) macro