Searched defs:__test_and_clear_bit (Results 1 - 10 of 10) sorted by relevance

/arch/sh/include/asm/
H A Dbitops-op32.h102 * __test_and_clear_bit - Clear a bit and return its old value
110 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) function
/arch/hexagon/include/asm/
H A Dbitops.h160 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) function
/arch/mn10300/include/asm/
H A Dbitops.h115 #define __test_and_clear_bit(nr, addr) \ macro
131 #define test_and_clear_bit(nr, addr) __test_and_clear_bit((nr), (addr))
/arch/arc/include/asm/
H A Dbitops.h344 __test_and_clear_bit(unsigned long nr, volatile unsigned long *m) function
/arch/ia64/include/asm/
H A Dbitops.h271 * __test_and_clear_bit - Clear a bit and return its old value
280 __test_and_clear_bit(int nr, volatile void * addr) function
/arch/x86/include/asm/
H A Dbitops.h256 * __test_and_clear_bit - Clear a bit and return its old value
271 static inline int __test_and_clear_bit(long nr, volatile unsigned long *addr) function
/arch/alpha/include/asm/
H A Dbitops.h233 __test_and_clear_bit(unsigned long nr, volatile void * addr) function
/arch/frv/include/asm/
H A Dbitops.h178 static inline int __test_and_clear_bit(unsigned long nr, volatile void *addr) function
/arch/m68k/include/asm/
H A Dbitops.h254 #define __test_and_clear_bit(nr, vaddr) test_and_clear_bit(nr, vaddr) macro
/arch/s390/include/asm/
H A Dbitops.h277 __test_and_clear_bit(unsigned long nr, volatile unsigned long *ptr) function

Completed in 1588 milliseconds