Home
last modified time | relevance | path

Searched defs:__test_and_clear_bit (Results 1 – 9 of 9) sorted by relevance

/arch/sh/include/asm/
Dbitops-op32.h110 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/arch/mn10300/include/asm/
Dbitops.h115 #define __test_and_clear_bit(nr, addr) \ macro
/arch/hexagon/include/asm/
Dbitops.h160 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/arch/x86/include/asm/
Dbitops.h273 static inline int __test_and_clear_bit(long nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/arch/frv/include/asm/
Dbitops.h99 static inline int __test_and_clear_bit(unsigned long nr, volatile void *addr) in __test_and_clear_bit() function
/arch/alpha/include/asm/
Dbitops.h233 __test_and_clear_bit(unsigned long nr, volatile void * addr) in __test_and_clear_bit() function
/arch/ia64/include/asm/
Dbitops.h280 __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
/arch/s390/include/asm/
Dbitops.h243 __test_and_clear_bit(unsigned long nr, volatile unsigned long *ptr) in __test_and_clear_bit() function
/arch/m68k/include/asm/
Dbitops.h254 #define __test_and_clear_bit(nr, vaddr) test_and_clear_bit(nr, vaddr) macro