Searched refs:rt_mutex_cmpxchg_release (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/kernel/locking/ | 
| D | rtmutex.c | 146 # define rt_mutex_cmpxchg_release(l,c,n) (cmpxchg_release(&l->owner, c, n) == c)  macro201 	return rt_mutex_cmpxchg_release(lock, owner, NULL);  in unlock_rt_mutex_safe()
 207 # define rt_mutex_cmpxchg_release(l,c,n)	(0)  macro
 1460 	if (likely(rt_mutex_cmpxchg_release(lock, current, NULL)))  in rt_mutex_fastunlock()
 
 |