Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/ia64/include/asm/
Dmutex.h37 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
/linux-4.4.14/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.4.14/arch/sh/include/asm/
Dmutex-llsc.h40 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
/linux-4.4.14/arch/powerpc/include/asm/
Dmutex.h90 __mutex_fastpath_lock_retval(atomic_t *count) in __mutex_fastpath_lock_retval() function
/linux-4.4.14/kernel/locking/
Dmutex.c791 ret = __mutex_fastpath_lock_retval(&lock->count); in mutex_lock_interruptible()
806 ret = __mutex_fastpath_lock_retval(&lock->count); in mutex_lock_killable()
920 ret = __mutex_fastpath_lock_retval(&lock->base.count); in __ww_mutex_lock()
938 ret = __mutex_fastpath_lock_retval(&lock->base.count); in __ww_mutex_lock_interruptible()