Lines Matching refs:rt_mutex_owner
96 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
489 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
564 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
588 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
594 task = rt_mutex_owner(lock); in rt_mutex_adjust_prio_chain()
643 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
656 task = rt_mutex_owner(lock); in rt_mutex_adjust_prio_chain()
780 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
880 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1012 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
1233 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1568 if (ret && !rt_mutex_owner(lock)) { in rt_mutex_start_proxy_lock()