Searched refs:__clear_bit_unlock (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/oprofile/ |
| H A D | event_buffer.c | 143 __clear_bit_unlock(0, &buffer_opened); in event_buffer_open() 155 __clear_bit_unlock(0, &buffer_opened); in event_buffer_release()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/bitops/ |
| H A D | instrumented-lock.h | 38 static inline void __clear_bit_unlock(long nr, volatile unsigned long *addr) in __clear_bit_unlock() function
|
| H A D | lock.h | 57 static inline void __clear_bit_unlock(unsigned int nr, in __clear_bit_unlock() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bit_spinlock.h | 80 __clear_bit_unlock(bitnum, addr); in __bit_spin_unlock()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | bitops.h | 189 static inline void __clear_bit_unlock( in __clear_bit_unlock() function
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | atomic_bitops.txt | 41 In particular __clear_bit_unlock() suffers the same issue as atomic_set(),
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | bitops.h | 94 __clear_bit_unlock(unsigned long nr, volatile void * addr) in __clear_bit_unlock() function
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | bitops.h | 298 static inline void __clear_bit_unlock(unsigned long nr, volatile unsigned long *addr) in __clear_bit_unlock() function
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | bitops.h | 129 __clear_bit_unlock(int nr, void *addr) in __clear_bit_unlock() function
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | bitops.h | 525 #define __clear_bit_unlock clear_bit_unlock macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | kvm_book3s_64.h | 484 __clear_bit_unlock(KVMPPC_RMAP_LOCK_BIT, rmap); in unlock_rmap()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | atomic_ops.rst | 539 void __clear_bit_unlock(unsigned long nr, unsigned long *addr); 541 The __clear_bit_unlock version is non-atomic, however it still implements
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_kasan.c | 894 KUNIT_EXPECT_KASAN_FAIL(test, __clear_bit_unlock(nr, addr)); in kasan_bitops_modify()
|