Symbol: test_and_clear_bit
arch/alpha/include/asm/bitops.h
201
test_and_clear_bit(unsigned long nr, volatile void * addr)
arch/arm/include/asm/bitops.h
195
#define test_and_clear_bit(nr,p) ATOMIC_BITOP(test_and_clear_bit,nr,p)
arch/hexagon/include/asm/bitops.h
31
static inline int test_and_clear_bit(int nr, volatile void *addr)
arch/m68k/include/asm/bitops.h
254
#define test_and_clear_bit(nr, vaddr) bclr_reg_test_and_clear_bit(nr, vaddr)
arch/m68k/include/asm/bitops.h
256
#define test_and_clear_bit(nr, vaddr) bclr_mem_test_and_clear_bit(nr, vaddr)
arch/m68k/include/asm/bitops.h
258
#define test_and_clear_bit(nr, vaddr) (__builtin_constant_p(nr) ? \
arch/mips/include/asm/bitops.h
223
static inline int test_and_clear_bit(unsigned long nr,
arch/openrisc/include/asm/bitops/atomic.h
83
static inline int test_and_clear_bit(int nr, volatile unsigned long *addr)
arch/parisc/include/asm/bitops.h
72
static __inline__ int test_and_clear_bit(int nr, volatile unsigned long * addr)
arch/sh/include/asm/bitops-cas.h
64
static inline int test_and_clear_bit(int nr, volatile void *addr)
arch/sh/include/asm/bitops-grb.h
106
static inline int test_and_clear_bit(int nr, volatile void * addr)
arch/sh/include/asm/bitops-llsc.h
93
static inline int test_and_clear_bit(int nr, volatile void *addr)
arch/sparc/include/asm/bitops_32.h
52
static inline int test_and_clear_bit(unsigned long nr, volatile unsigned long *addr)
arch/sparc/lib/bitops.S
36
ENTRY(test_and_clear_bit) /* %o0=nr, %o1=addr */
include/asm-generic/bitops/instrumented-atomic.h
82
static __always_inline bool test_and_clear_bit(long nr, volatile unsigned long *addr)
tools/arch/x86/include/asm/atomic.h
79
static inline int test_and_clear_bit(long nr, unsigned long *addr)
tools/include/asm-generic/atomic-gcc.h
84
static inline int test_and_clear_bit(long nr, unsigned long *addr)
tools/testing/vma/include/dup.h
384
#define test_and_clear_bit(nr, addr) __test_and_clear_bit(nr, addr)