Searched refs:pi_blocked_on (Results 1 – 6 of 6) sorted by relevance
508 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL; in task_blocked_on_lock()633 waiter = task->pi_blocked_on; in rt_mutex_adjust_prio_chain()1058 task->pi_blocked_on = NULL; in try_to_take_rt_mutex()1120 task->pi_blocked_on = waiter; in task_blocks_on_rt_mutex()1133 task->pi_blocked_on = NULL; in task_blocks_on_rt_mutex()1148 if (owner->pi_blocked_on) in task_blocks_on_rt_mutex()1426 current->pi_blocked_on = NULL; in remove_waiter()
439 waiter = task->pi_blocked_on; in rt_mutex_adjust_pi()466 DEBUG_LOCKS_WARN_ON(task->pi_blocked_on); in rt_mutex_debug_task_free()
44 return tsk->pi_blocked_on != NULL; in tsk_is_pi_blocked()
1119 struct rt_mutex_waiter *pi_blocked_on; member
1731 p->pi_blocked_on = NULL; in rt_mutex_init_task()
6775 WARN_ON(p->pi_blocked_on); in rt_mutex_setprio()
Completed in 50 milliseconds