Home
last modified time | relevance | path

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

/linux-6.1.9/include/asm-generic/bitops/
Dinstrumented-atomic.h96 static __always_inline bool test_and_change_bit(long nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-6.1.9/arch/m68k/include/asm/
Dbitops.h307 #define test_and_change_bit(nr, vaddr) bchg_reg_test_and_change_bit(nr, vaddr) macro
309 #define test_and_change_bit(nr, vaddr) bchg_mem_test_and_change_bit(nr, vaddr) macro
311 #define test_and_change_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
/linux-6.1.9/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
/linux-6.1.9/arch/sh/include/asm/
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
Dbitops-llsc.h119 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/linux-6.1.9/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
/linux-6.1.9/arch/parisc/include/asm/
Dbitops.h90 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) in test_and_change_bit() function
/linux-6.1.9/arch/riscv/include/asm/
Dbitops.h96 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-6.1.9/arch/hexagon/include/asm/
Dbitops.h81 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/linux-6.1.9/arch/mips/include/asm/
Dbitops.h259 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/linux-6.1.9/arch/arm/include/asm/
Dbitops.h196 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/linux-6.1.9/arch/alpha/include/asm/
Dbitops.h245 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
/linux-6.1.9/arch/ia64/include/asm/
Dbitops.h300 test_and_change_bit (int nr, volatile void *addr) in test_and_change_bit() function