Home
last modified time | relevance | path

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

/kernel/locking/
Drtmutex.c452 struct rt_mutex *next_lock, in rt_mutex_adjust_prio_chain() argument
538 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain()
640 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
651 if (!next_lock) in rt_mutex_adjust_prio_chain()
758 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
776 if (!next_lock) in rt_mutex_adjust_prio_chain()
935 struct rt_mutex *next_lock; in task_blocks_on_rt_mutex() local
983 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex()
991 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex()
1004 next_lock, waiter, task); in task_blocks_on_rt_mutex()
[all …]