Symbol: test_and_change_bit
arch/alpha/include/asm/bitops.h
245
test_and_change_bit(unsigned long nr, volatile void * addr)
arch/arm/include/asm/bitops.h
196
#define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p)
arch/hexagon/include/asm/bitops.h
81
static inline int test_and_change_bit(int nr, volatile void *addr)
arch/m68k/include/asm/bitops.h
307
#define test_and_change_bit(nr, vaddr) bchg_reg_test_and_change_bit(nr, vaddr)
arch/m68k/include/asm/bitops.h
309
#define test_and_change_bit(nr, vaddr) bchg_mem_test_and_change_bit(nr, vaddr)
arch/m68k/include/asm/bitops.h
311
#define test_and_change_bit(nr, vaddr) (__builtin_constant_p(nr) ? \
arch/mips/include/asm/bitops.h
260
static inline int test_and_change_bit(unsigned long nr,
arch/openrisc/include/asm/bitops/atomic.h
103
static inline int test_and_change_bit(int nr, volatile unsigned long *addr)
arch/parisc/include/asm/bitops.h
90
static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr)
arch/sh/include/asm/bitops-cas.h
78
static inline int test_and_change_bit(int nr, volatile void *addr)
arch/sh/include/asm/bitops-grb.h
140
static inline int test_and_change_bit(int nr, volatile void * addr)
arch/sh/include/asm/bitops-llsc.h
119
static inline int test_and_change_bit(int nr, volatile void *addr)
arch/sparc/include/asm/bitops_32.h
72
static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr)
arch/sparc/lib/bitops.S
58
ENTRY(test_and_change_bit) /* %o0=nr, %o1=addr */
include/asm-generic/bitops/instrumented-atomic.h
96
static __always_inline bool test_and_change_bit(long nr, volatile unsigned long *addr)