Home
last modified time | relevance | path

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

/linux-3.3/include/asm-generic/bitops/
Dnon-atomic.h76 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-op32.h110 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.h117 #define __test_and_clear_bit(nr, addr) \ macro
/linux-3.3/arch/hexagon/include/asm/
Dbitops.h163 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/linux-3.3/arch/x86/include/asm/
Dbitops.h266 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/linux-3.3/arch/alpha/include/asm/
Dbitops.h236 __test_and_clear_bit(unsigned long nr, volatile void * addr) in __test_and_clear_bit() function
/linux-3.3/arch/ia64/include/asm/
Dbitops.h285 __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
/linux-3.3/arch/frv/include/asm/
Dbitops.h184 static inline int __test_and_clear_bit(unsigned long nr, volatile void *addr) in __test_and_clear_bit() function
/linux-3.3/arch/m68k/include/asm/
Dbitops.h259 #define __test_and_clear_bit(nr, vaddr) test_and_clear_bit(nr, vaddr) macro
/linux-3.3/arch/s390/include/asm/
Dbitops.h336 #define __test_and_clear_bit(X,Y) test_and_clear_bit_simple(X,Y) macro