test_and_clear_bit 201 arch/alpha/include/asm/bitops.h test_and_clear_bit(unsigned long nr, volatile void * addr) test_and_clear_bit 193 arch/arm/include/asm/bitops.h #define test_and_clear_bit(nr,p) ATOMIC_BITOP(test_and_clear_bit,nr,p) test_and_clear_bit 31 arch/hexagon/include/asm/bitops.h static inline int test_and_clear_bit(int nr, volatile void *addr) test_and_clear_bit 255 arch/ia64/include/asm/bitops.h test_and_clear_bit (int nr, volatile void *addr) test_and_clear_bit 245 arch/m68k/include/asm/bitops.h #define test_and_clear_bit(nr, vaddr) bclr_reg_test_and_clear_bit(nr, vaddr) test_and_clear_bit 247 arch/m68k/include/asm/bitops.h #define test_and_clear_bit(nr, vaddr) bclr_mem_test_and_clear_bit(nr, vaddr) test_and_clear_bit 249 arch/m68k/include/asm/bitops.h #define test_and_clear_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ test_and_clear_bit 347 arch/mips/include/asm/bitops.h static inline int test_and_clear_bit(unsigned long nr, test_and_clear_bit 83 arch/openrisc/include/asm/bitops/atomic.h static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) test_and_clear_bit 87 arch/parisc/include/asm/bitops.h static __inline__ int test_and_clear_bit(int nr, volatile unsigned long * addr) test_and_clear_bit 154 arch/powerpc/include/asm/bitops.h static __inline__ int test_and_clear_bit(unsigned long nr, test_and_clear_bit 84 arch/riscv/include/asm/bitops.h static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) test_and_clear_bit 64 arch/sh/include/asm/bitops-cas.h static inline int test_and_clear_bit(int nr, volatile void *addr) test_and_clear_bit 106 arch/sh/include/asm/bitops-grb.h static inline int test_and_clear_bit(int nr, volatile void * addr) test_and_clear_bit 93 arch/sh/include/asm/bitops-llsc.h static inline int test_and_clear_bit(int nr, volatile void *addr) test_and_clear_bit 52 arch/sparc/include/asm/bitops_32.h static inline int test_and_clear_bit(unsigned long nr, volatile unsigned long *addr) test_and_clear_bit 36 arch/sparc/lib/bitops.S ENTRY(test_and_clear_bit) /* %o0=nr, %o1=addr */ test_and_clear_bit 177 arch/xtensa/include/asm/bitops.h test_and_clear_bit(unsigned int bit, volatile unsigned long *p) test_and_clear_bit 296 arch/xtensa/include/asm/bitops.h test_and_clear_bit(unsigned int bit, volatile unsigned long *p) test_and_clear_bit 183 include/asm-generic/bitops-instrumented.h static inline bool test_and_clear_bit(long nr, volatile unsigned long *addr) test_and_clear_bit 45 include/asm-generic/bitops/atomic.h static inline int test_and_clear_bit(unsigned int nr, volatile unsigned long *p) test_and_clear_bit 105 tools/include/linux/bitmap.h static inline int test_and_clear_bit(int nr, unsigned long *addr)