Home
last modified time | relevance | path

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

/linux-4.1.27/include/asm-generic/
Dmutex-null.h14 #define __mutex_fastpath_lock_retval(count) (-1) macro
Dmutex-dec.h36 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
Dmutex-xchg.h47 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
/linux-4.1.27/arch/ia64/include/asm/
Dmutex.h37 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
/linux-4.1.27/arch/x86/include/asm/
Dmutex_32.h49 static inline int __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
Dmutex_64.h59 static inline int __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
/linux-4.1.27/arch/sh/include/asm/
Dmutex-llsc.h40 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
/linux-4.1.27/arch/powerpc/include/asm/
Dmutex.h90 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
/linux-4.1.27/kernel/locking/
Dmutex.c793 ret = __mutex_fastpath_lock_retval(&lock->count); in mutex_lock_interruptible()
808 ret = __mutex_fastpath_lock_retval(&lock->count); in mutex_lock_killable()
922 ret = __mutex_fastpath_lock_retval(&lock->base.count); in __ww_mutex_lock()
940 ret = __mutex_fastpath_lock_retval(&lock->base.count); in __ww_mutex_lock_interruptible()