Home
last modified time | relevance | path

Searched refs:__clear_bit_unlock (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/oprofile/
Devent_buffer.c143 __clear_bit_unlock(0, &buffer_opened); in event_buffer_open()
155 __clear_bit_unlock(0, &buffer_opened); in event_buffer_release()
/linux-4.4.14/include/asm-generic/bitops/
Dlock.h38 #define __clear_bit_unlock(nr, addr) \ macro
/linux-4.4.14/include/linux/
Dbit_spinlock.h79 __clear_bit_unlock(bitnum, addr); in __bit_spin_unlock()
/linux-4.4.14/arch/x86/include/asm/
Dbitops.h154 static inline void __clear_bit_unlock(long nr, volatile unsigned long *addr) in __clear_bit_unlock() function
/linux-4.4.14/arch/powerpc/include/asm/
Dbitops.h159 static __inline__ void __clear_bit_unlock(int nr, volatile unsigned long *addr) in __clear_bit_unlock() function
Dkvm_book3s_64.h378 __clear_bit_unlock(KVMPPC_RMAP_LOCK_BIT, rmap); in unlock_rmap()
/linux-4.4.14/arch/alpha/include/asm/
Dbitops.h93 __clear_bit_unlock(unsigned long nr, volatile void * addr) in __clear_bit_unlock() function
/linux-4.4.14/arch/s390/include/asm/
Dbitops.h288 static inline void __clear_bit_unlock(unsigned long nr, in __clear_bit_unlock() function
/linux-4.4.14/arch/ia64/include/asm/
Dbitops.h128 __clear_bit_unlock(int nr, void *addr) in __clear_bit_unlock() function
/linux-4.4.14/arch/mips/include/asm/
Dbitops.h470 static inline void __clear_bit_unlock(unsigned long nr, volatile unsigned long *addr) in __clear_bit_unlock() function
/linux-4.4.14/Documentation/
Datomic_ops.txt518 void __clear_bit_unlock(unsigned long nr, unsigned long *addr);
520 The __clear_bit_unlock version is non-atomic, however it still implements
Dmemory-barriers.txt2395 __clear_bit_unlock();