Searched refs:__mutex_fastpath_trylock (Results 1 – 9 of 9) sorted by relevance
16 #define __mutex_fastpath_trylock(count, fail_fn) fail_fn(count) macro
81 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) in __mutex_fastpath_trylock() function
92 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) in __mutex_fastpath_trylock() function
83 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) in __mutex_fastpath_trylock() function
100 static inline int __mutex_fastpath_trylock(atomic_t *count, in __mutex_fastpath_trylock() function
118 static inline int __mutex_fastpath_trylock(atomic_t *count, in __mutex_fastpath_trylock() function
88 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) in __mutex_fastpath_trylock() function
125 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) in __mutex_fastpath_trylock() function
906 ret = __mutex_fastpath_trylock(&lock->count, __mutex_trylock_slowpath); in mutex_trylock()