Home
last modified time | relevance | path

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

12

/arch/hexagon/include/asm/
Dbitops.h95 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
132 test_and_change_bit(nr, addr); in change_bit()
156 test_and_change_bit(nr, addr); in __change_bit()
172 return test_and_change_bit(nr, addr); in __test_and_change_bit()
/arch/mn10300/lib/
Dbitops.c36 int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
/arch/sparc/include/asm/
Dbitops_64.h20 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.h34 extern int test_and_change_bit(int nr, volatile unsigned long *p);
Dsync_bitops.h22 #define sync_test_and_change_bit(nr, p) test_and_change_bit(nr, p)
/arch/mn10300/kernel/
Dmn10300_ksyms.c19 EXPORT_SYMBOL(test_and_change_bit);
/arch/m68k/include/asm/
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
304 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr)
/arch/arm64/kernel/
Darm64ksyms.c67 EXPORT_SYMBOL(test_and_change_bit);
/arch/frv/include/asm/
Dbitops.h46 static inline int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
66 test_and_change_bit(nr, addr); in change_bit()
/arch/tile/include/asm/
Dbitops_32.h115 static inline int test_and_change_bit(unsigned nr, in test_and_change_bit() function
Dbitops_64.h79 static inline int test_and_change_bit(unsigned nr, in test_and_change_bit() function
/arch/arm64/lib/
Dbitops.S74 testop test_and_change_bit, eor, ldeoral
/arch/sparc/lib/
Dbitops.S54 ENTRY(test_and_change_bit) /* %o0=nr, %o1=addr */
73 ENDPROC(test_and_change_bit)
Dksyms.c127 EXPORT_SYMBOL(test_and_change_bit);
/arch/sh/include/asm/
Dbitops-llsc.h118 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
Dbitops-grb.h139 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/arch/metag/include/asm/
Dbitops.h90 static inline int test_and_change_bit(unsigned int bit, in test_and_change_bit() function
/arch/blackfin/include/asm/
Dbitops.h94 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/arm/include/asm/
Dbitops.h193 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/arch/xtensa/include/asm/
Dbitops.h200 test_and_change_bit(unsigned int bit, volatile unsigned long *p) in test_and_change_bit() function
/arch/h8300/include/asm/
Dbitops.h153 H8300_GEN_TEST_BITOP(test_and_change_bit, "bnot")
/arch/mn10300/include/asm/
Dbitops.h149 extern int test_and_change_bit(unsigned long nr, volatile void *addr);
/arch/m32r/include/asm/
Dbitops.h222 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/arch/parisc/include/asm/
Dbitops.h104 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) in test_and_change_bit() function

12