Searched defs:__test_and_clear_bit (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/arch/nios2/include/asm/bitops/ |
H A D | non-atomic.h | 80 static inline int __test_and_clear_bit(int nr, volatile unsigned long *addr) in __test_and_clear_bit() function
|
/openbmc/linux/tools/include/linux/ |
H A D | bitops.h | 40 #define __test_and_clear_bit(nr, addr) bitop(___test_and_clear_bit, nr, addr) macro
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | bitops.h | 81 static inline int __test_and_clear_bit(int nr, void *addr) in __test_and_clear_bit() function
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | bitops.h | 94 static inline int __test_and_clear_bit(int nr, void *addr) in __test_and_clear_bit() function
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | bitops.h | 73 static inline int __test_and_clear_bit(int nr, void *addr) in __test_and_clear_bit() function
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | bitops.h | 66 static inline int __test_and_clear_bit(int nr, volatile void *addr) in __test_and_clear_bit() function
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | bitops.h | 251 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function 499 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | bitops.h | 187 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit() function
|
/openbmc/linux/include/linux/ |
H A D | bitops.h | 59 #define __test_and_clear_bit(nr, addr) bitop(___test_and_clear_bit, nr, addr) macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | bitops.h | 149 static inline int __test_and_clear_bit(int nr, volatile void *addr) in __test_and_clear_bit() function
|