Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
Drtmutex.c381 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL; in task_blocked_on_lock()
506 waiter = task->pi_blocked_on; in rt_mutex_adjust_prio_chain()
896 task->pi_blocked_on = NULL; in try_to_take_rt_mutex()
961 task->pi_blocked_on = waiter; in task_blocks_on_rt_mutex()
974 if (owner->pi_blocked_on) in task_blocks_on_rt_mutex()
1076 current->pi_blocked_on = NULL; in remove_waiter()
1131 waiter = task->pi_blocked_on; in rt_mutex_adjust_pi()
Drtmutex-debug.c63 DEBUG_LOCKS_WARN_ON(task->pi_blocked_on); in rt_mutex_debug_task_free()
/kernel/linux/linux-5.10/include/linux/sched/
Drt.h44 return tsk->pi_blocked_on != NULL; in tsk_is_pi_blocked()
/kernel/linux/linux-5.10/include/linux/
Dsched.h1142 struct rt_mutex_waiter *pi_blocked_on; member
/kernel/linux/linux-5.10/kernel/
Dfork.c1671 p->pi_blocked_on = NULL; in rt_mutex_init_task()
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c5095 WARN_ON(p->pi_blocked_on); in rt_mutex_setprio()