Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Drtmutex.c602 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL; in task_blocked_on_lock()
737 waiter = task->pi_blocked_on; in rt_mutex_adjust_prio_chain()
1176 task->pi_blocked_on = NULL; in try_to_take_rt_mutex()
1243 task->pi_blocked_on = waiter; in task_blocks_on_rt_mutex()
1256 task->pi_blocked_on = NULL; in task_blocks_on_rt_mutex()
1271 if (owner->pi_blocked_on) in task_blocks_on_rt_mutex()
1550 current->pi_blocked_on = NULL; in remove_waiter()
1810 lockdep_assert(!current->pi_blocked_on); in __rt_mutex_lock()
H A Drtmutex_api.c485 waiter = task->pi_blocked_on; in rt_mutex_adjust_pi()
512 DEBUG_LOCKS_WARN_ON(task->pi_blocked_on); in rt_mutex_debug_task_free()
H A Drwbase_rt.c142 lockdep_assert(!current->pi_blocked_on); in rwbase_read_lock()
H A Dspinlock_rt.c40 lockdep_assert(!current->pi_blocked_on); in rtlock_lock()
/linux/include/linux/
H A Dsched.h1240 struct rt_mutex_waiter *pi_blocked_on; member
/linux/kernel/
H A Dfork.c1754 p->pi_blocked_on = NULL; in rt_mutex_init_task()
/linux/kernel/sched/
H A Dcore.c7378 WARN_ON(p->pi_blocked_on); in rt_mutex_setprio()