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

/linux-master/include/trace/events/
H A Dlock.h28 struct lockdep_map *next_lock, unsigned long ip),
30 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
/linux-master/kernel/locking/
H A Drtmutex.c612 * @next_lock: the mutex on which the owner of @orig_lock was blocked before
638 * @next_lock Unprotected. Cannot be
678 struct rt_mutex_base *next_lock,
761 * We stored the lock on which @task was blocked in @next_lock,
764 if (next_lock != waiter->lock)
908 next_lock = task_blocked_on_lock(task);
919 if (!next_lock)
1032 * task->pi_lock next_lock cannot be dereferenced anymore.
1034 next_lock = task_blocked_on_lock(task);
1052 if (!next_lock)
675 rt_mutex_adjust_prio_chain(struct task_struct *task, enum rtmutex_chainwalk chwalk, struct rt_mutex_base *orig_lock, struct rt_mutex_base *next_lock, struct rt_mutex_waiter *orig_waiter, struct task_struct *top_task) argument
1208 struct rt_mutex_base *next_lock; local
1540 struct rt_mutex_base *next_lock; local
[all...]
H A Drtmutex_api.c456 struct rt_mutex_base *next_lock; local
466 next_lock = waiter->lock;
473 next_lock, NULL, task);
/linux-master/block/
H A Dblk-iolatency.c693 goto next_lock;
701 goto next_lock;
712 next_lock:

Completed in 144 milliseconds