Searched refs:__test_and_change_bit (Results 1 – 11 of 11) 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/include/linux/ |
H A D | bitops.h | 60 #define __test_and_change_bit(nr, addr) bitop(___test_and_change_bit, nr, addr) macro 81 __check_bitop_pr(__test_and_change_bit);
|
/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/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/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/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/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/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
|
/openbmc/linux/mm/kasan/ |
H A D | kasan_test.c | 1099 KUNIT_EXPECT_KASAN_FAIL(test, __test_and_change_bit(nr, addr)); in kasan_bitops_test_and_modify()
|