Home
last modified time | relevance | path

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

/kernel/locking/
Drtmutex.c220 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function
287 return rt_mutex_cmpxchg_release(lock, owner, NULL); in unlock_rt_mutex_safe()
299 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function
1381 if (likely(rt_mutex_cmpxchg_release(lock, current, NULL))) in __rt_mutex_unlock()
Dspinlock_rt.c71 if (unlikely(!rt_mutex_cmpxchg_release(&lock->lock, current, NULL))) in rt_spin_unlock()