Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/locking/
Drtmutex.c414 struct rt_mutex *next_lock, in rt_mutex_adjust_prio_chain() argument
501 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain()
604 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
615 if (!next_lock) in rt_mutex_adjust_prio_chain()
704 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
722 if (!next_lock) in rt_mutex_adjust_prio_chain()
882 struct rt_mutex *next_lock; in task_blocks_on_rt_mutex() local
929 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex()
937 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex()
950 next_lock, waiter, task); in task_blocks_on_rt_mutex()
[all …]
/linux-4.1.27/include/trace/events/
Dlock.h16 struct lockdep_map *next_lock, unsigned long ip),
18 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),