Searched refs:rt_mutex_cmpxchg_release (Results 1 – 1 of 1) sorted by relevance
228 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function296 return rt_mutex_cmpxchg_release(lock, owner, NULL); in unlock_rt_mutex_safe()322 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function1473 if (likely(rt_mutex_cmpxchg_release(lock, current, NULL))) in __rt_mutex_unlock()