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

/linux-4.1.27/arch/sh/include/asm/
H A Dbitops-op32.h110 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) __test_and_clear_bit() function
/linux-4.1.27/include/asm-generic/bitops/
H A Dnon-atomic.h76 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) __test_and_clear_bit() function
/linux-4.1.27/arch/mn10300/include/asm/
H A Dbitops.h115 #define __test_and_clear_bit(nr, addr) \ macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Dbitops.h160 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) __test_and_clear_bit() function
/linux-4.1.27/arch/x86/include/asm/
H A Dbitops.h271 static inline int __test_and_clear_bit(long nr, volatile unsigned long *addr) __test_and_clear_bit() function
/linux-4.1.27/arch/frv/include/asm/
H A Dbitops.h178 static inline int __test_and_clear_bit(unsigned long nr, volatile void *addr) __test_and_clear_bit() function
/linux-4.1.27/arch/ia64/include/asm/
H A Dbitops.h280 __test_and_clear_bit(int nr, volatile void * addr) __test_and_clear_bit() function
/linux-4.1.27/arch/s390/include/asm/
H A Dbitops.h249 __test_and_clear_bit(unsigned long nr, volatile unsigned long *ptr) __test_and_clear_bit() function
/linux-4.1.27/arch/m68k/include/asm/
H A Dbitops.h254 #define __test_and_clear_bit(nr, vaddr) test_and_clear_bit(nr, vaddr) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dbitops.h233 __test_and_clear_bit(unsigned long nr, volatile void * addr) __test_and_clear_bit() function

Completed in 577 milliseconds