Home
last modified time | relevance | path

Searched defs:test_and_clear_bit (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A Dinstrumented-atomic.h81 static inline bool test_and_clear_bit(long nr, volatile unsigned long *addr) in test_and_clear_bit() function
H A Datomic.h42 static inline int test_and_clear_bit(unsigned int nr, volatile unsigned long *p) in test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dbitops.h245 #define test_and_clear_bit(nr, vaddr) bclr_reg_test_and_clear_bit(nr, vaddr) macro
247 #define test_and_clear_bit(nr, vaddr) bclr_mem_test_and_clear_bit(nr, vaddr) macro
249 #define test_and_clear_bit(nr, vaddr) (__builtin_constant_p(nr) ? \ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dbitops_32.h52 static inline int test_and_clear_bit(unsigned long nr, volatile unsigned long *addr) in test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dbitops-llsc.h93 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
H A Dbitops-grb.h106 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
H A Dbitops-cas.h64 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/bitops/
H A Datomic.h83 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dbitops.h72 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/sh/include/asm/
H A Dbitops.h74 static inline int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h151 static inline int test_and_clear_bit(int nr, volatile unsigned long *addr) in test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dbitops.h84 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.h31 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbitmap.h107 static inline int test_and_clear_bit(int nr, unsigned long *addr) in test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dbitops.h224 static inline int test_and_clear_bit(unsigned long nr, in test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dbitops.h83 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.h74 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.h222 test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
475 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dbitops.h193 #define test_and_clear_bit(nr,p) ATOMIC_BITOP(test_and_clear_bit,nr,p) macro
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbitops.h165 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.h255 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.h201 test_and_clear_bit(unsigned long nr, volatile void * addr) in test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dbitops.h101 static __inline__ int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dbitops.h133 static inline int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit() function