Home
last modified time | relevance | path

Searched refs:clear_bit_unlock_is_negative_byte (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/include/asm-generic/bitops/
Dinstrumented-lock.h74 clear_bit_unlock_is_negative_byte(long nr, volatile unsigned long *addr) in clear_bit_unlock_is_negative_byte() function
81 #define clear_bit_unlock_is_negative_byte clear_bit_unlock_is_negative_byte macro
/linux-6.1.9/kernel/kcsan/
Dselftest.c238 #ifdef clear_bit_unlock_is_negative_byte in test_barrier()
239 KCSAN_CHECK_RW_BARRIER(clear_bit_unlock_is_negative_byte(0, &test_var)); in test_barrier()
240 KCSAN_CHECK_READ_BARRIER(clear_bit_unlock_is_negative_byte(0, &test_var)); in test_barrier()
241 KCSAN_CHECK_WRITE_BARRIER(clear_bit_unlock_is_negative_byte(0, &test_var)); in test_barrier()
Dkcsan_test.c703 #ifdef clear_bit_unlock_is_negative_byte in test_barrier_nothreads()
704 KCSAN_EXPECT_READ_BARRIER(clear_bit_unlock_is_negative_byte(0, &test_var), true); in test_barrier_nothreads()
705 KCSAN_EXPECT_WRITE_BARRIER(clear_bit_unlock_is_negative_byte(0, &test_var), true); in test_barrier_nothreads()
706 KCSAN_EXPECT_RW_BARRIER(clear_bit_unlock_is_negative_byte(0, &test_var), true); in test_barrier_nothreads()
/linux-6.1.9/mm/kasan/
Dkasan_test.c1041 #if defined(clear_bit_unlock_is_negative_byte) in kasan_bitops_test_and_modify()
1043 clear_bit_unlock_is_negative_byte(nr, addr)); in kasan_bitops_test_and_modify()
/linux-6.1.9/mm/
Dfilemap.c1487 #ifndef clear_bit_unlock_is_negative_byte
1501 static inline bool clear_bit_unlock_is_negative_byte(long nr, volatile void *mem) in clear_bit_unlock_is_negative_byte() function
1525 if (clear_bit_unlock_is_negative_byte(PG_locked, folio_flags(folio, 0))) in folio_unlock()