Searched refs:__clear_bit_unlock (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/oprofile/ |
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()
|
/linux-4.1.27/include/asm-generic/bitops/ |
D | lock.h | 38 #define __clear_bit_unlock(nr, addr) \ macro
|
/linux-4.1.27/include/linux/ |
D | bit_spinlock.h | 79 __clear_bit_unlock(bitnum, addr); in __bit_spin_unlock()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | bitops.h | 154 static inline void __clear_bit_unlock(long nr, volatile unsigned long *addr) in __clear_bit_unlock() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | bitops.h | 159 static __inline__ void __clear_bit_unlock(int nr, volatile unsigned long *addr) in __clear_bit_unlock() function
|
D | kvm_book3s_64.h | 378 __clear_bit_unlock(KVMPPC_RMAP_LOCK_BIT, rmap); in unlock_rmap()
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | bitops.h | 93 __clear_bit_unlock(unsigned long nr, volatile void * addr) in __clear_bit_unlock() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | bitops.h | 128 __clear_bit_unlock(int nr, void *addr) in __clear_bit_unlock() function
|
/linux-4.1.27/arch/mips/include/asm/ |
D | bitops.h | 470 static inline void __clear_bit_unlock(unsigned long nr, volatile unsigned long *addr) in __clear_bit_unlock() function
|
/linux-4.1.27/Documentation/ |
D | atomic_ops.txt | 516 void __clear_bit_unlock(unsigned long nr, unsigned long *addr); 518 The __clear_bit_unlock version is non-atomic, however it still implements
|
D | memory-barriers.txt | 2440 __clear_bit_unlock();
|