Lines Matching refs:rt_mutex_owner
266 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
530 lockdep_assert(rt_mutex_owner(lock) == p); in rt_mutex_adjust_prio()
752 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
857 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
893 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
899 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
966 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
985 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
1111 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
1206 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1380 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1486 if (owner != rt_mutex_owner(lock)) in rtmutex_spin_on_owner()
1539 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
1630 owner = rt_mutex_owner(lock); in rt_mutex_slowlock_block()
1832 owner = rt_mutex_owner(lock); in rtlock_slowlock_locked()