Home
last modified time | relevance | path

Searched refs:test_and_change_bit (Results 1 – 19 of 19) sorted by relevance

/arch/hexagon/include/asm/
Dbitops.h81 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
118 test_and_change_bit(nr, addr); in change_bit()
142 test_and_change_bit(nr, addr); in __change_bit()
158 return test_and_change_bit(nr, addr); in __test_and_change_bit()
/arch/sparc/lib/
Dbitops.S58 ENTRY(test_and_change_bit) /* %o0=nr, %o1=addr */
77 ENDPROC(test_and_change_bit)
78 EXPORT_SYMBOL(test_and_change_bit)
/arch/arm64/include/asm/
Dsync_bitops.h23 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p)
/arch/sparc/include/asm/
Dbitops_64.h21 int test_and_change_bit(unsigned long nr, volatile unsigned long *addr);
Dbitops_32.h72 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/xtensa/include/asm/
Dbitops.h198 test_and_change_bit(unsigned int bit, volatile unsigned long *p) in test_and_change_bit() function
317 test_and_change_bit(unsigned int bit, volatile unsigned long *p) in test_and_change_bit() function
/arch/m68k/include/asm/
Dbitops.h295 #define test_and_change_bit(nr, vaddr) bchg_reg_test_and_change_bit(nr, vaddr) macro
297 #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
304 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr)
/arch/arm/include/asm/
Dbitops.h194 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/arch/openrisc/include/asm/bitops/
Datomic.h103 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/sh/include/asm/
Dbitops-llsc.h119 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
Dbitops-grb.h140 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
Dbitops-cas.h78 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/arch/riscv/include/asm/
Dbitops.h97 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/h8300/include/asm/
Dbitops.h148 H8300_GEN_TEST_BITOP(test_and_change_bit, "bnot")
/arch/parisc/include/asm/
Dbitops.h105 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) in test_and_change_bit() function
/arch/powerpc/include/asm/
Dbitops.h160 static __inline__ int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/arch/alpha/include/asm/
Dbitops.h245 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
/arch/ia64/include/asm/
Dbitops.h300 test_and_change_bit (int nr, volatile void *addr) in test_and_change_bit() function
/arch/mips/include/asm/
Dbitops.h425 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function