Searched refs:rt_mutex_owner (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drtmutex-debug.c104 if (print_owner && rt_mutex_owner(lock)) {
107 printk_task(rt_mutex_owner(lock));
131 task = rt_mutex_owner(act_waiter->lock);
192 TRACE_WARN_ON_LOCKED(rt_mutex_owner(lock) != current);
202 TRACE_WARN_ON_LOCKED(!rt_mutex_owner(lock));
H A Drtmutex.c241 if (lock == orig_lock || rt_mutex_owner(lock) == top_task) {
260 task = rt_mutex_owner(lock);
306 struct task_struct *pendowner = rt_mutex_owner(lock);
393 if (rt_mutex_owner(lock) && !try_to_steal_lock(lock, current))
418 struct task_struct *owner = rt_mutex_owner(lock);
540 struct task_struct *owner = rt_mutex_owner(lock);
763 if (likely(rt_mutex_owner(lock) != current)) {
1039 if (!rt_mutex_owner(lock) || try_to_steal_lock(lock, task)) {
H A Drtmutex_common.h98 static inline struct task_struct *rt_mutex_owner(struct rt_mutex *lock) function
H A Dfutex.c1643 * rt_mutex. Too late. We can access the rt_mutex_owner without
1647 owner = rt_mutex_owner(&q->pi_state->pi_mutex);
1656 if (rt_mutex_owner(&q->pi_state->pi_mutex) == current)
1979 if (ret && (rt_mutex_owner(&q.pi_state->pi_mutex) == current))
2306 if (rt_mutex_owner(pi_mutex) == current)

Completed in 68 milliseconds