Lines Matching refs:rt_mutex_owner
172 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
524 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
599 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
623 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
629 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
696 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
709 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
832 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
931 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1069 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
1315 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1760 if (ret && !rt_mutex_owner(lock)) { in __rt_mutex_start_proxy_lock()
1908 if (rt_mutex_owner(lock) != current) { in rt_mutex_cleanup_proxy_lock()