Lines Matching refs:rt_mutex_owner
269 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
533 lockdep_assert(rt_mutex_owner(lock) == p); in rt_mutex_adjust_prio()
755 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
860 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
896 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
902 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
969 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
988 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
1114 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
1210 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1384 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1490 if (owner != rt_mutex_owner(lock)) in rtmutex_spin_on_owner()
1543 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
1640 owner = rt_mutex_owner(lock); in rt_mutex_slowlock_block()
1861 owner = rt_mutex_owner(lock); in rtlock_slowlock_locked()