Home
last modified time | relevance | path

Searched refs:rt_mutex_cmpxchg_release (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/locking/ !
H A Drtmutex.c229 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function
297 return rt_mutex_cmpxchg_release(lock, owner, NULL); in unlock_rt_mutex_safe()
323 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function
1474 if (likely(rt_mutex_cmpxchg_release(lock, current, NULL))) in __rt_mutex_unlock()
H A Dspinlock_rt.c84 if (unlikely(!rt_mutex_cmpxchg_release(&lock->lock, current, NULL))) in rt_spin_unlock()