Home
last modified time | relevance | path

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

12

/arch/hexagon/include/asm/
Dbitops.h97 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
134 test_and_change_bit(nr, addr); in change_bit()
158 test_and_change_bit(nr, addr); in __change_bit()
174 return test_and_change_bit(nr, addr); in __test_and_change_bit()
/arch/cris/include/asm/
Dbitops.h61 #define change_bit(nr, addr) (void)test_and_change_bit(nr, addr)
126 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/mn10300/lib/
Dbitops.c36 int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
/arch/arm64/kernel/
Darm64ksyms.c58 EXPORT_SYMBOL(test_and_change_bit);
/arch/sparc/include/asm/
Dbitops_64.h19 extern int test_and_change_bit(unsigned long nr, volatile unsigned long *addr);
Dbitops_32.h71 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/arm64/include/asm/
Dbitops.h43 extern int test_and_change_bit(int nr, volatile unsigned long *p);
/arch/mn10300/kernel/
Dmn10300_ksyms.c19 EXPORT_SYMBOL(test_and_change_bit);
/arch/ia64/include/asm/
Dsync_bitops.h40 return test_and_change_bit(nr, addr); in sync_test_and_change_bit()
/arch/m68k/include/asm/
Dbitops.h300 #define test_and_change_bit(nr, vaddr) bchg_reg_test_and_change_bit(nr, vaddr) macro
302 #define test_and_change_bit(nr, vaddr) bchg_mem_test_and_change_bit(nr, vaddr) macro
304 #define test_and_change_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
309 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr)
/arch/tile/include/asm/
Dbitops_32.h115 static inline int test_and_change_bit(unsigned nr, in test_and_change_bit() function
Dbitops_64.h84 static inline int test_and_change_bit(unsigned nr, in test_and_change_bit() function
/arch/sh/include/asm/
Dbitops-grb.h139 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
Dbitops-llsc.h118 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/arch/arm64/lib/
Dbitops.S66 testop test_and_change_bit, eor
/arch/frv/include/asm/
Dbitops.h131 static inline int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
151 test_and_change_bit(nr, addr); in change_bit()
/arch/sparc/lib/
Dbitops.S54 ENTRY(test_and_change_bit) /* %o0=nr, %o1=addr */
73 ENDPROC(test_and_change_bit)
Dksyms.c124 EXPORT_SYMBOL(test_and_change_bit);
/arch/metag/include/asm/
Dbitops.h96 static inline int test_and_change_bit(unsigned int bit, in test_and_change_bit() function
/arch/arm/include/asm/
Dbitops.h195 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/arch/blackfin/include/asm/
Dbitops.h98 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/xtensa/include/asm/
Dbitops.h206 test_and_change_bit(unsigned int bit, volatile unsigned long *p) in test_and_change_bit() function
/arch/arc/include/asm/
Dbitops.h142 test_and_change_bit(unsigned long nr, volatile unsigned long *m) in test_and_change_bit() function
269 test_and_change_bit(unsigned long nr, volatile unsigned long *m) in test_and_change_bit() function
/arch/mn10300/include/asm/
Dbitops.h151 extern int test_and_change_bit(unsigned long nr, volatile void *addr);
/arch/m32r/include/asm/
Dbitops.h224 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function

12