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

/kernel/locking/
H A Drtmutex.c356 * @next_lock: the mutex on which the owner of @orig_lock was blocked before
377 * @next_lock Unprotected. Cannot be
412 struct rt_mutex *next_lock,
496 * We stored the lock on which @task was blocked in @next_lock,
499 if (next_lock != waiter->lock)
602 next_lock = task_blocked_on_lock(task);
613 if (!next_lock)
700 * task->pi_lock next_lock cannot be dereferenced anymore.
702 next_lock = task_blocked_on_lock(task);
720 if (!next_lock)
409 rt_mutex_adjust_prio_chain(struct task_struct *task, enum rtmutex_chainwalk chwalk, struct rt_mutex *orig_lock, struct rt_mutex *next_lock, struct rt_mutex_waiter *orig_waiter, struct task_struct *top_task) argument
880 struct rt_mutex *next_lock; local
1011 struct rt_mutex *next_lock; local
1066 struct rt_mutex *next_lock; local
[all...]

Completed in 22 milliseconds