Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Drtmutex.c601 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL; in task_blocked_on_lock()
736 waiter = task->pi_blocked_on; in rt_mutex_adjust_prio_chain()
1175 task->pi_blocked_on = NULL; in try_to_take_rt_mutex()
1242 task->pi_blocked_on = waiter; in task_blocks_on_rt_mutex()
1255 task->pi_blocked_on = NULL; in task_blocks_on_rt_mutex()
1270 if (owner->pi_blocked_on) in task_blocks_on_rt_mutex()
1549 current->pi_blocked_on = NULL; in remove_waiter()
1800 lockdep_assert(!current->pi_blocked_on); in __rt_mutex_lock()
/linux/include/linux/
H A Dsched.h1205 struct rt_mutex_waiter *pi_blocked_on; member
/linux/kernel/
H A Dfork.c1953 p->pi_blocked_on = NULL; in rt_mutex_init_task()
/linux/kernel/sched/
H A Dcore.c7200 WARN_ON(p->pi_blocked_on); in rt_mutex_setprio()