Home
last modified time | relevance | path

Searched defs:test_and_change_bit (Results 1 – 15 of 15) sorted by relevance

/arch/sparc/include/asm/
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/sh/include/asm/
Dbitops-cas.h78 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
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
/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/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/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
/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/hexagon/include/asm/
Dbitops.h81 static inline int 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
/arch/powerpc/include/asm/
Dbitops.h160 static __inline__ int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/arch/arm/include/asm/
Dbitops.h194 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/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