Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Drtmutex.c427 struct rt_mutex *next_lock, in rt_mutex_adjust_prio_chain() argument
514 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain()
617 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
628 if (!next_lock) in rt_mutex_adjust_prio_chain()
717 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
735 if (!next_lock) in rt_mutex_adjust_prio_chain()
895 struct rt_mutex *next_lock; in task_blocks_on_rt_mutex() local
942 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex()
950 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex()
963 next_lock, waiter, task); in task_blocks_on_rt_mutex()
[all …]
/linux-4.4.14/include/trace/events/
Dlock.h16 struct lockdep_map *next_lock, unsigned long ip),
18 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),