Lines Matching refs:rt_mutex_owner
173 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
525 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
600 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
624 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
630 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
697 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
710 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
833 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
932 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1070 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
1318 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1770 if (ret && !rt_mutex_owner(lock)) { in __rt_mutex_start_proxy_lock()
1918 if (rt_mutex_owner(lock) != current) { in rt_mutex_cleanup_proxy_lock()