Lines Matching refs:rt_mutex_owner
261 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
702 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
802 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
838 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
844 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
910 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
924 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
1048 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
1143 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1315 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1421 if (owner != rt_mutex_owner(lock)) in rtmutex_spin_on_owner()
1474 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
1566 owner = rt_mutex_owner(lock); in rt_mutex_slowlock_block()
1756 owner = rt_mutex_owner(lock); in rtlock_slowlock_locked()