Searched refs:__clear_bit_unlock (Results 1 – 10 of 10) sorted by relevance
/linux/kernel/kcsan/ |
H A D | selftest.c | 164 KCSAN_CHECK_READ_BARRIER(__clear_bit_unlock(0, &test_var)); in test_barrier() 193 KCSAN_CHECK_WRITE_BARRIER(__clear_bit_unlock(0, &test_var)); in test_barrier() 225 KCSAN_CHECK_RW_BARRIER(__clear_bit_unlock(0, &test_var)); in test_barrier()
|
H A D | kcsan_test.c | 608 KCSAN_EXPECT_READ_BARRIER(__clear_bit_unlock(0, &test_var), true); in test_barrier_nothreads() 653 KCSAN_EXPECT_WRITE_BARRIER(__clear_bit_unlock(0, &test_var), true); in test_barrier_nothreads() 698 KCSAN_EXPECT_RW_BARRIER(__clear_bit_unlock(0, &test_var), true); in test_barrier_nothreads()
|
/linux/include/asm-generic/bitops/ |
H A D | instrumented-lock.h | 31 * __clear_bit_unlock - Clears a bit in memory 39 static inline void __clear_bit_unlock(long nr, volatile unsigned long *addr) in __clear_bit_unlock() function
|
/linux/include/linux/ |
H A D | bit_spinlock.h | 80 __clear_bit_unlock(bitnum, addr); in __bit_spin_unlock()
|
/linux/Documentation/ |
H A D | atomic_bitops.txt | 41 In particular __clear_bit_unlock() suffers the same issue as atomic_set(),
|
/linux/arch/alpha/include/asm/ |
H A D | bitops.h | 94 __clear_bit_unlock(unsigned long nr, volatile void * addr) in __clear_bit_unlock() function
|
/linux/arch/mips/include/asm/ |
H A D | bitops.h | 311 * __clear_bit_unlock - Clears a bit in memory 319 static inline void __clear_bit_unlock(unsigned long nr, volatile unsigned long *addr) in __clear_bit_unlock() function
|
/linux/arch/m68k/include/asm/ |
H A D | bitops.h | 559 #define __clear_bit_unlock clear_bit_unlock macro
|
/linux/arch/powerpc/include/asm/ |
H A D | kvm_book3s_64.h | 485 __clear_bit_unlock(KVMPPC_RMAP_LOCK_BIT, rmap); in unlock_rmap()
|
/linux/mm/kasan/ |
H A D | kasan_test_c.c | 1630 KUNIT_EXPECT_KASAN_FAIL(test, __clear_bit_unlock(nr, addr)); in kasan_bitops_modify()
|