Searched defs:__mutex_slowpath_needs_to_unlock (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dmutex_32.h86 #define __mutex_slowpath_needs_to_unlock() 1 macro
H A Dmutex_64.h106 #define __mutex_slowpath_needs_to_unlock() 1 macro
/linux-4.1.27/include/asm-generic/
H A Dmutex-dec.h63 #define __mutex_slowpath_needs_to_unlock() 1 macro
H A Dmutex-null.h17 #define __mutex_slowpath_needs_to_unlock() 1 macro
H A Dmutex-xchg.h74 #define __mutex_slowpath_needs_to_unlock() 0 macro
/linux-4.1.27/arch/sh/include/asm/
H A Dmutex-llsc.h81 #define __mutex_slowpath_needs_to_unlock() 1 macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dmutex.h65 #define __mutex_slowpath_needs_to_unlock() 1 macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmutex.h113 #define __mutex_slowpath_needs_to_unlock() 1 macro
/linux-4.1.27/kernel/locking/
H A Dmutex.c42 # undef __mutex_slowpath_needs_to_unlock macro
43 # define __mutex_slowpath_needs_to_unlock() 0 macro

Completed in 147 milliseconds