Home
last modified time | relevance | path

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

/kernel/locking/
Drtmutex.c222 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function
289 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() function
1405 if (likely(rt_mutex_cmpxchg_release(lock, current, NULL))) in __rt_mutex_unlock()
Dspinlock_rt.c82 if (unlikely(!rt_mutex_cmpxchg_release(&lock->lock, current, NULL))) in rt_spin_unlock()