Lines Matching refs:rt_mutex_owner
260 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
510 lockdep_assert(rt_mutex_owner(lock) == p); in rt_mutex_adjust_prio()
732 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
837 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
873 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
879 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
946 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
965 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
1091 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
1186 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1360 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1466 if (owner != rt_mutex_owner(lock)) in rtmutex_spin_on_owner()
1519 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
1610 owner = rt_mutex_owner(lock); in rt_mutex_slowlock_block()
1799 owner = rt_mutex_owner(lock); in rtlock_slowlock_locked()