Home
last modified time | relevance | path

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

/openbmc/linux/kernel/locking/
H A Drtmutex.c579 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL; in task_blocked_on_lock()
714 waiter = task->pi_blocked_on; in rt_mutex_adjust_prio_chain()
1153 task->pi_blocked_on = NULL; in try_to_take_rt_mutex()
1219 task->pi_blocked_on = waiter; in task_blocks_on_rt_mutex()
1232 task->pi_blocked_on = NULL; in task_blocks_on_rt_mutex()
1247 if (owner->pi_blocked_on) in task_blocks_on_rt_mutex()
1526 current->pi_blocked_on = NULL; in remove_waiter()
H A Drtmutex_api.c461 waiter = task->pi_blocked_on; in rt_mutex_adjust_pi()
488 DEBUG_LOCKS_WARN_ON(task->pi_blocked_on); in rt_mutex_debug_task_free()
/openbmc/linux/include/linux/
H A Dsched.h1151 struct rt_mutex_waiter *pi_blocked_on; member
/openbmc/linux/kernel/
H A Dfork.c1944 p->pi_blocked_on = NULL; in rt_mutex_init_task()
/openbmc/linux/kernel/sched/
H A Dcore.c7116 WARN_ON(p->pi_blocked_on); in rt_mutex_setprio()