Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Drtmutex.c608 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL; in task_blocked_on_lock()
743 waiter = task->pi_blocked_on; in rt_mutex_adjust_prio_chain()
1182 task->pi_blocked_on = NULL; in try_to_take_rt_mutex()
1250 task->pi_blocked_on = waiter; in task_blocks_on_rt_mutex()
1264 task->pi_blocked_on = NULL; in task_blocks_on_rt_mutex()
1279 if (owner->pi_blocked_on) in task_blocks_on_rt_mutex()
1563 waiter_task->pi_blocked_on = NULL; in remove_waiter()
1829 lockdep_assert(!current->pi_blocked_on); in __rt_mutex_lock()
/linux/lib/
H A Ddebugobjects.c717 return current->pi_blocked_on != NULL; in debug_objects_is_pi_blocked_on()
/linux/include/linux/
H A Dsched.h1241 struct rt_mutex_waiter *pi_blocked_on; member
/linux/kernel/
H A Dfork.c1798 p->pi_blocked_on = NULL; in rt_mutex_init_task()
/linux/kernel/sched/
H A Dcore.c7635 WARN_ON(p->pi_blocked_on); in rt_mutex_setprio()