Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds