Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A Dinstrumented-non-atomic.h121 static inline bool __test_and_change_bit(long nr, volatile unsigned long *addr) in __test_and_change_bit() function
H A Dnon-atomic.h88 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/bitops/
H A Dnon-atomic.h87 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
/OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/
H A Dnon-atomic.h88 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dbitops-op32.h120 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dbitops.h156 static inline int __test_and_change_bit(int nr, volatile unsigned long *addr) in __test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dbitops.h104 static inline int __test_and_change_bit(int nr, void *addr) in __test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dbitops.h97 static inline int __test_and_change_bit(int nr, void *addr) in __test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dbitops.h88 static inline int __test_and_change_bit(int nr, volatile void *addr) in __test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dbitops.h303 static __inline__ int __test_and_change_bit(int nr, volatile void * addr) in __test_and_change_bit() function
546 static __inline__ int __test_and_change_bit(int nr, volatile void * addr) in __test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbitops.h197 static __inline__ int __test_and_change_bit(int nr, volatile void * addr) in __test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dbitops.h324 __test_and_change_bit (int nr, void *addr) in __test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dbitops.h276 __test_and_change_bit(unsigned long nr, volatile void * addr) in __test_and_change_bit() function
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dbitops.h177 static inline int __test_and_change_bit(int nr, volatile void *addr) in __test_and_change_bit() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dbitops.h304 #define __test_and_change_bit(nr, vaddr) test_and_change_bit(nr, vaddr) macro