Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/lib/
Dbitops.S59 test_and_change_bit: /* %o0=nr, %o1=addr */ label
/linux-3.4.99/arch/mn10300/lib/
Dbitops.c36 int test_and_change_bit(unsigned long nr, volatile void *addr) in test_and_change_bit() function
/linux-3.4.99/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
/linux-3.4.99/arch/sparc/include/asm/
Dbitops_32.h71 static inline int test_and_change_bit(unsigned long nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-3.4.99/arch/cris/include/asm/
Dbitops.h126 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-3.4.99/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
/linux-3.4.99/arch/blackfin/include/asm/
Dbitops.h97 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-3.4.99/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
/linux-3.4.99/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
/linux-3.4.99/arch/m32r/include/asm/
Dbitops.h224 static __inline__ int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/linux-3.4.99/include/asm-generic/bitops/
Datomic.h174 static inline int test_and_change_bit(int nr, volatile unsigned long *addr) in test_and_change_bit() function
/linux-3.4.99/arch/avr32/include/asm/
Dbitops.h217 static inline int test_and_change_bit(int nr, volatile void * addr) in test_and_change_bit() function
/linux-3.4.99/arch/hexagon/include/asm/
Dbitops.h97 static inline int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit() function
/linux-3.4.99/arch/powerpc/include/asm/
Dbitops.h155 static __inline__ int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/linux-3.4.99/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
/linux-3.4.99/arch/s390/include/asm/
Dbitops.h363 #define test_and_change_bit test_and_change_bit_cs macro
370 #define test_and_change_bit test_and_change_bit_simple macro
/linux-3.4.99/arch/mips/include/asm/
Dbitops.h458 static inline int test_and_change_bit(unsigned long nr, in test_and_change_bit() function
/linux-3.4.99/arch/arm/include/asm/
Dbitops.h195 #define test_and_change_bit(nr,p) ATOMIC_BITOP(test_and_change_bit,nr,p) macro
/linux-3.4.99/arch/alpha/include/asm/
Dbitops.h247 test_and_change_bit(unsigned long nr, volatile void * addr) in test_and_change_bit() function
/linux-3.4.99/arch/ia64/include/asm/
Dbitops.h304 test_and_change_bit (int nr, volatile void *addr) in test_and_change_bit() function
/linux-3.4.99/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