Home
last modified time | relevance | path

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

/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
118 test_and_change_bit(nr, addr); in change_bit()
145 test_and_change_bit(nr, addr); in arch___change_bit()
164 return test_and_change_bit(nr, addr); in arch___test_and_change_bit()
/arch/sparc/lib/
A 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/m68k/include/asm/
A 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
319 return test_and_change_bit(nr, addr); in arch___test_and_change_bit()
/arch/arm64/include/asm/
A Dsync_bitops.h23 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p)
/arch/sparc/include/asm/
A Dbitops_64.h21 int test_and_change_bit(unsigned long nr, volatile unsigned long *addr);
A Dbitops_32.h72 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/arm/include/asm/
A Dbitops.h196 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/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
/arch/sh/include/asm/
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
A Dbitops-cas.h78 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/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
/arch/mips/include/asm/
A Dbitops.h260 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/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 19 milliseconds