Home
last modified time | relevance | path

Searched refs:rt_mutex_owner (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/kernel/locking/
Drtmutex-debug.c50 if (print_owner && rt_mutex_owner(lock)) { in printk_lock()
53 printk_task(rt_mutex_owner(lock)); in printk_lock()
78 task = rt_mutex_owner(act_waiter->lock); in debug_rt_mutex_deadlock()
142 DEBUG_LOCKS_WARN_ON(rt_mutex_owner(lock) != current); in debug_rt_mutex_unlock()
152 DEBUG_LOCKS_WARN_ON(!rt_mutex_owner(lock)); in debug_rt_mutex_proxy_unlock()
Drtmutex.c96 struct task_struct *owner = rt_mutex_owner(lock); in unlock_rt_mutex_safe()
489 if (orig_waiter && !rt_mutex_owner(orig_lock)) in rt_mutex_adjust_prio_chain()
564 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) { in rt_mutex_adjust_prio_chain()
588 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
594 task = rt_mutex_owner(lock); in rt_mutex_adjust_prio_chain()
643 if (!rt_mutex_owner(lock)) { in rt_mutex_adjust_prio_chain()
656 task = rt_mutex_owner(lock); in rt_mutex_adjust_prio_chain()
780 if (rt_mutex_owner(lock)) in try_to_take_rt_mutex()
880 struct task_struct *owner = rt_mutex_owner(lock); in task_blocks_on_rt_mutex()
1012 struct task_struct *owner = rt_mutex_owner(lock); in remove_waiter()
[all …]
Drtmutex_common.h98 static inline struct task_struct *rt_mutex_owner(struct rt_mutex *lock) in rt_mutex_owner() function
/linux-4.1.27/kernel/
Dfutex.c2035 owner = rt_mutex_owner(&q->pi_state->pi_mutex); in fixup_owner()
2047 if (rt_mutex_owner(&q->pi_state->pi_mutex) == current) in fixup_owner()
2357 if (ret && (rt_mutex_owner(&q.pi_state->pi_mutex) == current)) in futex_lock_pi()
2694 if (pi_mutex && rt_mutex_owner(pi_mutex) == current) in futex_wait_requeue_pi()
/linux-4.1.27/kernel/rcu/
Dtree_plugin.h338 drop_boost_mutex = rt_mutex_owner(&rnp->boost_mtx) == t; in rcu_read_unlock_special()