Home
last modified time | relevance | path

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

/linux-3.3/arch/sparc/lib/
Dbitops.S34 .globl test_and_clear_bit symbol
36 test_and_clear_bit: /* %o0=nr, %o1=addr */ label
/linux-3.3/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
Dbitops_64.h73 static inline int test_and_clear_bit(unsigned nr, volatile unsigned long *addr) in test_and_clear_bit() function
/linux-3.3/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-3.3/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-3.3/arch/sh/include/asm/
Dbitops-llsc.h92 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
Dbitops-grb.h105 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/linux-3.3/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-3.3/arch/m68k/include/asm/
Dbitops.h250 #define test_and_clear_bit(nr, vaddr) bclr_reg_test_and_clear_bit(nr, vaddr) macro
252 #define test_and_clear_bit(nr, vaddr) bclr_mem_test_and_clear_bit(nr, vaddr) macro
254 #define test_and_clear_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
/linux-3.3/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-3.3/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-3.3/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-3.3/arch/mn10300/include/asm/
Dbitops.h133 #define test_and_clear_bit(nr, addr) __test_and_clear_bit((nr), (addr)) macro
/linux-3.3/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-3.3/arch/hexagon/include/asm/
Dbitops.h48 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
/linux-3.3/arch/powerpc/include/asm/
Dbitops.h149 static __inline__ int test_and_clear_bit(unsigned long nr, in test_and_clear_bit() function
/linux-3.3/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-3.3/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-3.3/arch/mips/include/asm/
Dbitops.h374 static inline int test_and_clear_bit(unsigned long nr, in test_and_clear_bit() function
/linux-3.3/arch/alpha/include/asm/
Dbitops.h203 test_and_clear_bit(unsigned long nr, volatile void * addr) in test_and_clear_bit() function
/linux-3.3/arch/arm/include/asm/
Dbitops.h194 #define test_and_clear_bit(nr,p) ATOMIC_BITOP(test_and_clear_bit,nr,p) macro
/linux-3.3/arch/ia64/include/asm/
Dbitops.h259 test_and_clear_bit (int nr, volatile void *addr) in test_and_clear_bit() function
/linux-3.3/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