| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | bitops.h | 198 test_and_change_bit(unsigned int bit, volatile unsigned long *p)  in test_and_change_bit()  function317 test_and_change_bit(unsigned int bit, volatile unsigned long *p)  in test_and_change_bit()  function
 
 | 
| /Linux-v5.4/include/asm-generic/bitops/ | 
| D | atomic.h | 58 static inline int test_and_change_bit(unsigned int nr, volatile unsigned long *p)  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | bitops_32.h | 72 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr)  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | bitops.h | 295 #define	test_and_change_bit(nr, vaddr)	bchg_reg_test_and_change_bit(nr, vaddr)  macro297 #define	test_and_change_bit(nr, vaddr)	bchg_mem_test_and_change_bit(nr, vaddr)  macro
 299 #define test_and_change_bit(nr, vaddr)	(__builtin_constant_p(nr) ? \  macro
 
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | bitops-grb.h | 140 static inline int test_and_change_bit(int nr, volatile void * addr)  in test_and_change_bit()  function
 | 
| D | bitops-llsc.h | 119 static inline int test_and_change_bit(int nr, volatile void *addr)  in test_and_change_bit()  function
 | 
| D | bitops-cas.h | 78 static inline int test_and_change_bit(int nr, volatile void *addr)  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/openrisc/include/asm/bitops/ | 
| D | atomic.h | 103 static inline int test_and_change_bit(int nr, volatile unsigned long *addr)  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | bitops.h | 105 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr)  in test_and_change_bit()  function
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | bitops-instrumented.h | 210 static inline bool test_and_change_bit(long nr, volatile unsigned long *addr)  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | bitops.h | 97 static inline int test_and_change_bit(int nr, volatile unsigned long *addr)  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/hexagon/include/asm/ | 
| D | bitops.h | 81 static inline int test_and_change_bit(int nr, volatile void *addr)  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | bitops.h | 425 static inline int test_and_change_bit(unsigned long nr,  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | bitops.h | 160 static __inline__ int test_and_change_bit(unsigned long nr,  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | bitops.h | 194 #define test_and_change_bit(nr,p)	ATOMIC_BITOP(test_and_change_bit,nr,p)  macro
 | 
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | bitops.h | 245 test_and_change_bit(unsigned long nr, volatile void * addr)  in test_and_change_bit()  function
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | bitops.h | 300 test_and_change_bit (int nr, volatile void *addr)  in test_and_change_bit()  function
 |