Home
last modified time | relevance | path

Searched refs:xor_unlock_is_negative_byte (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/kcsan/
H A Dselftest.c230 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 Dkcsan_test.c705 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 Dinstrumented-lock.h75 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 Dbitops.h283 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 Dbitops.h289 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 Dbitops.h322 static inline bool xor_unlock_is_negative_byte(unsigned long mask, in xor_unlock_is_negative_byte() function
/linux/include/linux/
H A Dpage-flags.h755 return xor_unlock_is_negative_byte(mask, folio_flags(folio, 0)); in folio_xor_flags_has_waiters()
/linux/mm/kasan/
H A Dkasan_test_c.c1630 xor_unlock_is_negative_byte(1 << nr, addr)); in kasan_bitops_test_and_modify()