Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/locking/
A Drtmutex.c221 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function
288 return rt_mutex_cmpxchg_release(lock, owner, NULL); in unlock_rt_mutex_safe()
300 static __always_inline bool rt_mutex_cmpxchg_release(struct rt_mutex_base *lock, in rt_mutex_cmpxchg_release() function
1392 if (likely(rt_mutex_cmpxchg_release(lock, current, NULL))) in __rt_mutex_unlock()
A Dspinlock_rt.c82 if (unlikely(!rt_mutex_cmpxchg_release(&lock->lock, current, NULL))) in rt_spin_unlock()

Completed in 8 milliseconds