Searched defs:__test_and_change_bit (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/arch/nios2/include/asm/bitops/ |
H A D | non-atomic.h | 91 static inline int __test_and_change_bit(int nr, in __test_and_change_bit() function
|
/openbmc/linux/tools/include/linux/ |
H A D | bitops.h | 41 #define __test_and_change_bit(nr, addr) bitop(___test_and_change_bit, nr, addr) macro
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | bitops.h | 108 static inline int __test_and_change_bit(int nr, void *addr) in __test_and_change_bit() function
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | bitops.h | 93 static inline int __test_and_change_bit(int nr, void *addr) in __test_and_change_bit() function
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | bitops.h | 97 static inline int __test_and_change_bit(int nr, void *addr) in __test_and_change_bit() function
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | bitops.h | 90 static inline int __test_and_change_bit(int nr, volatile void *addr) in __test_and_change_bit() function
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | bitops.h | 302 static __inline__ int __test_and_change_bit(int nr, volatile void * addr) in __test_and_change_bit() function 545 static __inline__ int __test_and_change_bit(int nr, volatile void * addr) in __test_and_change_bit() function
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | bitops.h | 199 static __inline__ int __test_and_change_bit(int nr, volatile void * addr) in __test_and_change_bit() function
|
/openbmc/linux/include/linux/ |
H A D | bitops.h | 60 #define __test_and_change_bit(nr, addr) bitop(___test_and_change_bit, nr, addr) macro
|
/openbmc/u-boot/arch/microblaze/include/asm/ |
H A D | bitops.h | 177 static inline int __test_and_change_bit(int nr, volatile void *addr) in __test_and_change_bit() function
|