Lines Matching refs:rt_mutex_owner
105 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
502 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
577 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
601 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
607 task = rt_mutex_owner(lock); in rt_mutex_adjust_prio_chain()
656 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
669 task = rt_mutex_owner(lock); in rt_mutex_adjust_prio_chain()
793 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
893 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1019 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
1237 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1610 if (ret && !rt_mutex_owner(lock)) { in rt_mutex_start_proxy_lock()