| /linux-4.1.27/arch/tile/include/asm/ | 
| D | bitops_32.h | 99 static inline int test_and_clear_bit(unsigned nr, volatile unsigned long *addr)  in test_and_clear_bit()  function
 | 
| D | bitops_64.h | 67 static inline int test_and_clear_bit(unsigned nr, volatile unsigned long *addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/sparc/include/asm/ | 
| D | bitops_32.h | 51 static inline int test_and_clear_bit(unsigned long nr, volatile unsigned long *addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/metag/include/asm/ | 
| D | bitops.h | 70 static inline int test_and_clear_bit(unsigned int bit,  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/blackfin/include/asm/ | 
| D | bitops.h | 88 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/sh/include/asm/ | 
| D | bitops-llsc.h | 92 static inline int test_and_clear_bit(int nr, volatile void *addr)  in test_and_clear_bit()  function
 | 
| D | bitops-grb.h | 105 static inline int test_and_clear_bit(int nr, volatile void * addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/m68k/include/asm/ | 
| D | bitops.h | 245 #define	test_and_clear_bit(nr, vaddr)	bclr_reg_test_and_clear_bit(nr, vaddr)  macro247 #define	test_and_clear_bit(nr, vaddr)	bclr_mem_test_and_clear_bit(nr, vaddr)  macro
 249 #define test_and_clear_bit(nr, vaddr)	(__builtin_constant_p(nr) ? \  macro
 
 | 
| /linux-4.1.27/arch/m32r/include/asm/ | 
| D | bitops.h | 185 static __inline__ int test_and_clear_bit(int nr, volatile void * addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/parisc/include/asm/ | 
| D | bitops.h | 80 static __inline__ int test_and_clear_bit(int nr, volatile unsigned long * addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/xtensa/include/asm/ | 
| D | bitops.h | 179 test_and_clear_bit(unsigned int bit, volatile unsigned long *p)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/include/asm-generic/bitops/ | 
| D | atomic.h | 151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/avr32/include/asm/ | 
| D | bitops.h | 171 static inline int test_and_clear_bit(int nr, volatile void * addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/mn10300/include/asm/ | 
| D | bitops.h | 131 #define test_and_clear_bit(nr, addr) __test_and_clear_bit((nr), (addr))  macro
 | 
| /linux-4.1.27/arch/hexagon/include/asm/ | 
| D | bitops.h | 45 static inline int test_and_clear_bit(int nr, volatile void *addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | bitops.h | 145 static __inline__ int test_and_clear_bit(unsigned long nr,  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/mips/include/asm/ | 
| D | bitops.h | 337 static inline int test_and_clear_bit(unsigned long nr,  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | bitops.h | 250 static inline int test_and_clear_bit(long nr, volatile unsigned long *addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/arm/include/asm/ | 
| D | bitops.h | 192 #define test_and_clear_bit(nr,p)	ATOMIC_BITOP(test_and_clear_bit,nr,p)  macro
 | 
| /linux-4.1.27/arch/alpha/include/asm/ | 
| D | bitops.h | 200 test_and_clear_bit(unsigned long nr, volatile void * addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/ia64/include/asm/ | 
| D | bitops.h | 254 test_and_clear_bit (int nr, volatile void *addr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/s390/include/asm/ | 
| D | bitops.h | 194 test_and_clear_bit(unsigned long nr, volatile unsigned long *ptr)  in test_and_clear_bit()  function
 | 
| /linux-4.1.27/arch/frv/include/asm/ | 
| D | bitops.h | 109 static inline int test_and_clear_bit(unsigned long nr, volatile void *addr)  in test_and_clear_bit()  function
 |