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

/linux-4.1.27/include/linux/sched/
H A Drt.h26 return tsk->pi_blocked_on != NULL; tsk_is_pi_blocked()
/linux-4.1.27/kernel/locking/
H A Drtmutex.c345 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL; task_blocked_on_lock()
390 * [2] waiter = task->pi_blocked_on; [P]
471 waiter = task->pi_blocked_on; rt_mutex_adjust_prio_chain()
808 * the lock. @task->pi_blocked_on is NULL, so it does try_to_take_rt_mutex()
828 * pi_lock dance.@task->pi_blocked_on is NULL try_to_take_rt_mutex()
837 * Clear @task->pi_blocked_on. Requires protection by try_to_take_rt_mutex()
843 task->pi_blocked_on = NULL; try_to_take_rt_mutex()
909 task->pi_blocked_on = waiter; task_blocks_on_rt_mutex()
922 if (owner->pi_blocked_on) task_blocks_on_rt_mutex()
1018 current->pi_blocked_on = NULL; remove_waiter()
1073 waiter = task->pi_blocked_on; rt_mutex_adjust_pi()
H A Drtmutex-debug.c61 DEBUG_LOCKS_WARN_ON(task->pi_blocked_on); rt_mutex_debug_task_free()
H A Drtmutex-tester.c357 tsk->pi_blocked_on); sysfs_test_status()
/linux-4.1.27/kernel/
H A Dfork.c1208 p->pi_blocked_on = NULL; rt_mutex_init_task()
/linux-4.1.27/include/linux/
H A Dsched.h1520 struct rt_mutex_waiter *pi_blocked_on; member in struct:task_struct
/linux-4.1.27/kernel/sched/
H A Dcore.c3022 WARN_ON(p->pi_blocked_on); rt_mutex_setprio()

Completed in 433 milliseconds