Searched refs:__mutex_fastpath_unlock (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | mutex_64.h | 75 static inline void __mutex_fastpath_unlock(atomic_t *v, in __mutex_fastpath_unlock() function 88 #define __mutex_fastpath_unlock(v, fail_fn) \ macro
|
D | mutex_32.h | 70 #define __mutex_fastpath_unlock(count, fail_fn) \ macro
|
/linux-4.4.14/include/asm-generic/ |
D | mutex-null.h | 15 #define __mutex_fastpath_unlock(count, fail_fn) fail_fn(count) macro
|
D | mutex-dec.h | 57 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) in __mutex_fastpath_unlock() function
|
D | mutex-xchg.h | 68 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) in __mutex_fastpath_unlock() function
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | mutex.h | 58 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) in __mutex_fastpath_unlock() function
|
/linux-4.4.14/arch/sh/include/asm/ |
D | mutex-llsc.h | 60 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) in __mutex_fastpath_unlock() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | mutex.h | 107 __mutex_fastpath_unlock(atomic_t *count, void (*fail_fn)(atomic_t *)) in __mutex_fastpath_unlock() function
|
/linux-4.4.14/kernel/locking/ |
D | mutex.c | 437 __mutex_fastpath_unlock(&lock->count, __mutex_unlock_slowpath); in mutex_unlock() 476 __mutex_fastpath_unlock(&lock->base.count, __mutex_unlock_slowpath); in ww_mutex_unlock()
|