Lines Matching refs:rt_mutex_owner
221 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
651 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
751 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
787 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
793 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
859 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
872 task = get_task_struct(rt_mutex_owner(lock)); in rt_mutex_adjust_prio_chain()
996 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
1091 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1259 if (rt_mutex_owner(lock)) in rt_mutex_slowtrylock()
1365 if (owner != rt_mutex_owner(lock)) in rtmutex_spin_on_owner()
1419 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
1510 owner = rt_mutex_owner(lock); in rt_mutex_slowlock_block()
1692 owner = rt_mutex_owner(lock); in rtlock_slowlock_locked()