Searched refs:__mutex_cmpxchg_lock (Results 1 – 1 of 1) sorted by relevance
7 static inline int __mutex_cmpxchg_lock(atomic_t *v, int old, int new) in __mutex_cmpxchg_lock() function127 if (likely(__mutex_cmpxchg_lock(count, 1, 0) == 1)) in __mutex_fastpath_trylock()