Home
last modified time | relevance | path

Searched refs:__mutex_slowpath_needs_to_unlock (Results 1 – 9 of 9) sorted by relevance

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