Home
last modified time | relevance | path

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

/arch/sparc/lib/
Dbitops.S57 .globl test_and_change_bit symbol
58 .type test_and_change_bit,#function
59 test_and_change_bit: /* %o0=nr, %o1=addr */ label
78 .size test_and_change_bit, .-test_and_change_bit
Dksyms.c158 EXPORT_SYMBOL(test_and_change_bit);
/arch/cris/include/asm/
Dbitops.h62 #define change_bit(nr, addr) (void)test_and_change_bit(nr, addr)
127 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/mn10300/lib/
Dbitops.c37 int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/arch/arm/include/asm/
Dbitops.h209 #define test_and_change_bit(nr,p) ATOMIC_BITOP_LE(test_and_change_bit,nr,p) macro
227 #define test_and_change_bit(nr,p) ATOMIC_BITOP_BE(test_and_change_bit,nr,p) macro
/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()
Dbitops.h304 test_and_change_bit (int nr, volatile void *addr) in test_and_change_bit() function
/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/blackfin/include/asm/
Dbitops.h76 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
154 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) 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/m68k/include/asm/
Dbitops_no.h151 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) in test_and_change_bit() function
170 #define __test_and_change_bit(nr, addr) test_and_change_bit(nr, addr)
Dbitops_mm.h126 #define test_and_change_bit(nr,vaddr) \ macro
131 #define __test_and_change_bit(nr,vaddr) test_and_change_bit(nr,vaddr)
/arch/avr32/include/asm/
Dbitops.h218 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/arch/parisc/include/asm/
Dbitops.h100 static __inline__ int test_and_change_bit(int nr, volatile unsigned long * addr) in test_and_change_bit() function
/arch/h8300/include/asm/
Dbitops.h178 H8300_GEN_TEST_BITOP(test_and_change_bit,"bnot")
/arch/x86/include/asm/
Dbitops.h298 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/arch/s390/include/asm/
Dbitops.h406 #define test_and_change_bit test_and_change_bit_cs macro
413 #define test_and_change_bit test_and_change_bit_simple macro
/arch/alpha/include/asm/
Dbitops.h247 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
/arch/powerpc/include/asm/
Dbitops.h193 static __inline__ int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/arch/mips/include/asm/
Dbitops.h482 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function