Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A Dinstrumented-non-atomic.h107 static inline bool __test_and_clear_bit(long nr, volatile unsigned long *addr) in __test_and_clear_bit() function
H A Dnon-atomic.h77 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/bitops/
H A Dnon-atomic.h76 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/
H A Dnon-atomic.h77 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dbitops-op32.h109 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dbitops.h146 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dbitops.h90 static inline int __test_and_clear_bit(int nr, void *addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dbitops.h73 static inline int __test_and_clear_bit(int nr, void *addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dbitops.h64 static inline int __test_and_clear_bit(int nr, volatile void *addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dbitops.h252 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
500 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbitops.h185 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dbitops.h281 __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dbitops.h234 __test_and_clear_bit(unsigned long nr, volatile void * addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dbitops.h149 static inline int __test_and_clear_bit(int nr, volatile void *addr) in __test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dbitops.h254 #define __test_and_clear_bit(nr, vaddr) test_and_clear_bit(nr, vaddr) macro