Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A Dinstrumented-atomic.h94 static inline bool test_and_change_bit(long nr, volatile unsigned long *addr) in test_and_change_bit() function
H A Datomic.h52 static inline int test_and_change_bit(unsigned int nr, volatile unsigned long *p) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A 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
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dbitops_32.h72 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dbitops-llsc.h119 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
H A Dbitops-grb.h140 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
H A Dbitops-cas.h78 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/bitops/
H A Datomic.h103 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dbitops.h90 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) in test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/sh/include/asm/
H A Dbitops.h90 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h174 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dbitops.h97 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dbitops.h81 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dbitops.h261 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dbitops.h274 test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
521 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dbitops.h194 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbitops.h216 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dbitops.h300 test_and_change_bit (int nr, volatile void *addr) in test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dbitops.h245 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dbitops.h120 static __inline__ int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dbitops.h161 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function