Searched refs:pi_blocked_on (Results 1 – 8 of 8) sorted by relevance
345 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL; in task_blocked_on_lock()471 waiter = task->pi_blocked_on; in rt_mutex_adjust_prio_chain()843 task->pi_blocked_on = NULL; in try_to_take_rt_mutex()909 task->pi_blocked_on = waiter; in task_blocks_on_rt_mutex()922 if (owner->pi_blocked_on) in task_blocks_on_rt_mutex()1018 current->pi_blocked_on = NULL; in remove_waiter()1073 waiter = task->pi_blocked_on; in rt_mutex_adjust_pi()
61 DEBUG_LOCKS_WARN_ON(task->pi_blocked_on); in rt_mutex_debug_task_free()
357 tsk->pi_blocked_on); in sysfs_test_status()
26 return tsk->pi_blocked_on != NULL; in tsk_is_pi_blocked()
1208 p->pi_blocked_on = NULL; in rt_mutex_init_task()
1520 struct rt_mutex_waiter *pi_blocked_on; member
758 We now clear the "pi_blocked_on" field of the new pending owner, and if
3022 WARN_ON(p->pi_blocked_on); in rt_mutex_setprio()