Searched refs:xor_unlock_is_negative_byte (Results 1 – 8 of 8) sorted by relevance
/linux/kernel/kcsan/ |
H A D | selftest.c | 230 KCSAN_CHECK_RW_BARRIER(xor_unlock_is_negative_byte(1, &test_var)); in test_barrier() 231 KCSAN_CHECK_READ_BARRIER(xor_unlock_is_negative_byte(1, &test_var)); in test_barrier() 232 KCSAN_CHECK_WRITE_BARRIER(xor_unlock_is_negative_byte(1, &test_var)); in test_barrier()
|
H A D | kcsan_test.c | 705 KCSAN_EXPECT_READ_BARRIER(xor_unlock_is_negative_byte(1, &test_var), true); in test_barrier_nothreads() 706 KCSAN_EXPECT_WRITE_BARRIER(xor_unlock_is_negative_byte(1, &test_var), true); in test_barrier_nothreads() 707 KCSAN_EXPECT_RW_BARRIER(xor_unlock_is_negative_byte(1, &test_var), true); in test_barrier_nothreads()
|
/linux/include/asm-generic/bitops/ |
H A D | instrumented-lock.h | 75 static inline bool xor_unlock_is_negative_byte(unsigned long mask, in xor_unlock_is_negative_byte() function
|
/linux/arch/mips/include/asm/ |
H A D | bitops.h | 283 static inline bool xor_unlock_is_negative_byte(unsigned long mask, in xor_unlock_is_negative_byte() function
|
/linux/arch/alpha/include/asm/ |
H A D | bitops.h | 289 static inline bool xor_unlock_is_negative_byte(unsigned long mask, in xor_unlock_is_negative_byte() function
|
/linux/arch/m68k/include/asm/ |
H A D | bitops.h | 322 static inline bool xor_unlock_is_negative_byte(unsigned long mask, in xor_unlock_is_negative_byte() function
|
/linux/include/linux/ |
H A D | page-flags.h | 755 return xor_unlock_is_negative_byte(mask, folio_flags(folio, 0)); in folio_xor_flags_has_waiters()
|
/linux/mm/kasan/ |
H A D | kasan_test_c.c | 1630 xor_unlock_is_negative_byte(1 << nr, addr)); in kasan_bitops_test_and_modify()
|