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

/linux-master/kernel/locking/
H A Drtmutex.c599 return p->pi_blocked_on ? p->pi_blocked_on->lock : NULL;
649 * [2] waiter = task->pi_blocked_on; [P1]
734 waiter = task->pi_blocked_on;
1141 * the lock. @task->pi_blocked_on is NULL, so it does
1158 * pi_lock dance.@task->pi_blocked_on is NULL
1167 * Clear @task->pi_blocked_on. Requires protection by
1173 task->pi_blocked_on = NULL;
1239 task->pi_blocked_on = waiter;
1252 task->pi_blocked_on
[all...]
H A Drwbase_rt.c136 lockdep_assert(!current->pi_blocked_on);
H A Drtmutex_api.c461 waiter = task->pi_blocked_on;
488 DEBUG_LOCKS_WARN_ON(task->pi_blocked_on);
H A Dspinlock_rt.c40 lockdep_assert(!current->pi_blocked_on);
/linux-master/include/linux/
H A Dsched.h1154 struct rt_mutex_waiter *pi_blocked_on; member in struct:task_struct
/linux-master/kernel/
H A Dfork.c1949 p->pi_blocked_on = NULL;
/linux-master/kernel/sched/
H A Dcore.c7201 WARN_ON(p->pi_blocked_on);

Completed in 387 milliseconds