Searched refs:rt_mutex_owner (Results 1 – 5 of 5) sorted by relevance
158 static inline struct task_struct *rt_mutex_owner(struct rt_mutex_base *lock) in rt_mutex_owner() function191 DEBUG_LOCKS_WARN_ON(rt_mutex_owner(lock) != current); in debug_rt_mutex_unlock()197 DEBUG_LOCKS_WARN_ON(!rt_mutex_owner(lock)); in debug_rt_mutex_proxy_unlock()229 static inline struct task_struct *rt_mutex_owner(struct rt_mutex_base *lock) in rt_mutex_owner() function
327 if (ret && !rt_mutex_owner(lock)) { in __rt_mutex_start_proxy_lock()457 if (rt_mutex_owner(lock) != current) { in rt_mutex_cleanup_proxy_lock()
138 return rt_mutex_owner(&lock->rtmutex); in __ww_mutex_owner()
723 newowner = rt_mutex_owner(&pi_state->pi_mutex); in __fixup_pi_state_owner() 838 pi_state_update_owner(pi_state, rt_mutex_owner(&pi_state->pi_mutex)); in __fixup_pi_state_owner() 903 if (WARN_ON_ONCE(rt_mutex_owner(&q->pi_state->pi_mutex) == current)) in fixup_pi_owner()
551 drop_boost_mutex = rt_mutex_owner(&rnp->boost_mtx.rtmutex) == t; in rcu_preempt_deferred_qs_irqrestore()