Home
last modified time | relevance | path

Searched defs:test_and_clear_bit (Results 1 – 22 of 22) sorted by relevance

/linux-2.6.39/arch/sparc/lib/
Dbitops.S36 test_and_clear_bit: /* %o0=nr, %o1=addr */ label
/linux-2.6.39/arch/tile/include/asm/
Dbitops_32.h100 static inline int test_and_clear_bit(unsigned nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-2.6.39/arch/sparc/include/asm/
Dbitops_32.h51 static inline int test_and_clear_bit(unsigned long nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-2.6.39/arch/sh/include/asm/
Dbitops-grb.h105 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
Dbitops-llsc.h92 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
/linux-2.6.39/arch/blackfin/include/asm/
Dbitops.h91 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-2.6.39/arch/cris/include/asm/
Dbitops.h103 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-2.6.39/arch/m32r/include/asm/
Dbitops.h186 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/linux-2.6.39/arch/avr32/include/asm/
Dbitops.h177 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/linux-2.6.39/include/asm-generic/bitops/
Datomic.h151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-2.6.39/arch/parisc/include/asm/
Dbitops.h82 static __inline__ int test_and_clear_bit(int nr, volatile unsigned long * addr) in test_and_clear_bit() function
/linux-2.6.39/arch/mn10300/include/asm/
Dbitops.h133 #define test_and_clear_bit(nr, addr) __test_and_clear_bit((nr), (addr)) macro
/linux-2.6.39/arch/m68k/include/asm/
Dbitops_no.h130 static __inline__ int test_and_clear_bit(int nr, volatile unsigned long * addr) in test_and_clear_bit() function
Dbitops_mm.h72 #define test_and_clear_bit(nr,vaddr) \ macro
/linux-2.6.39/arch/x86/include/asm/
Dbitops.h246 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-2.6.39/arch/powerpc/include/asm/
Dbitops.h149 static __inline__ int test_and_clear_bit(unsigned long nr, in test_and_clear_bit() function
/linux-2.6.39/arch/mips/include/asm/
Dbitops.h374 static inline int test_and_clear_bit(unsigned long nr, in test_and_clear_bit() function
/linux-2.6.39/arch/s390/include/asm/
Dbitops.h362 #define test_and_clear_bit test_and_clear_bit_cs macro
369 #define test_and_clear_bit test_and_clear_bit_simple macro
/linux-2.6.39/arch/alpha/include/asm/
Dbitops.h203 test_and_clear_bit(unsigned long nr, volatile void * addr) in test_and_clear_bit() function
/linux-2.6.39/arch/ia64/include/asm/
Dbitops.h259 test_and_clear_bit (int nr, volatile void *addr) in test_and_clear_bit() function
/linux-2.6.39/arch/frv/include/asm/
Dbitops.h115 static inline int test_and_clear_bit(unsigned long nr, volatile void *addr) in test_and_clear_bit() function
/linux-2.6.39/arch/arm/include/asm/
Dbitops.h194 #define test_and_clear_bit(nr,p) ATOMIC_BITOP(test_and_clear_bit,nr,p) macro