Searched refs:rt_mutex_cmpxchg_release (Results 1 – 2 of 2) sorted by relevance
222 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function289 return rt_mutex_cmpxchg_release(lock, owner, NULL); in unlock_rt_mutex_safe()301 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function1405 if (likely(rt_mutex_cmpxchg_release(lock, current, NULL))) in __rt_mutex_unlock()
82 if (unlikely(!rt_mutex_cmpxchg_release(&lock->lock, current, NULL))) in rt_spin_unlock()