Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Drtmutex.c382 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL; in task_blocked_on_lock()
507 waiter = task->pi_blocked_on; in rt_mutex_adjust_prio_chain()
897 task->pi_blocked_on = NULL; in try_to_take_rt_mutex()
962 task->pi_blocked_on = waiter; in task_blocks_on_rt_mutex()
975 if (owner->pi_blocked_on) in task_blocks_on_rt_mutex()
1077 current->pi_blocked_on = NULL; in remove_waiter()
1132 waiter = task->pi_blocked_on; in rt_mutex_adjust_pi()
H A Drtmutex-debug.c63 DEBUG_LOCKS_WARN_ON(task->pi_blocked_on); in rt_mutex_debug_task_free()
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Drt.h44 return tsk->pi_blocked_on != NULL; in tsk_is_pi_blocked()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h1034 struct rt_mutex_waiter *pi_blocked_on; member
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c1703 p->pi_blocked_on = NULL; in rt_mutex_init_task()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c5173 WARN_ON(p->pi_blocked_on); in rt_mutex_setprio()