Lines Matching refs:next_lock
356 * @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)
880 struct rt_mutex *next_lock;
927 next_lock = task_blocked_on_lock(owner);
935 if (!chain_walk || !next_lock)
948 next_lock, waiter, task);
1011 struct rt_mutex *next_lock;
1036 next_lock = task_blocked_on_lock(owner);
1044 if (!next_lock)
1053 next_lock, NULL, current);
1066 struct rt_mutex *next_lock;
1077 next_lock = waiter->lock;
1084 next_lock, NULL, task);