Home
last modified time | relevance | path

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

/kernel/locking/
Drtmutex.c628 struct rt_mutex_base *next_lock, in rt_mutex_adjust_prio_chain() argument
714 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain()
853 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
864 if (!next_lock) in rt_mutex_adjust_prio_chain()
971 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
989 if (!next_lock) in rt_mutex_adjust_prio_chain()
1145 struct rt_mutex_base *next_lock; in task_blocks_on_rt_mutex() local
1211 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex()
1219 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex()
1232 next_lock, waiter, task); in task_blocks_on_rt_mutex()
[all …]
Drtmutex_api.c461 struct rt_mutex_base *next_lock; in rt_mutex_adjust_pi() local
471 next_lock = waiter->lock; in rt_mutex_adjust_pi()
478 next_lock, NULL, task); in rt_mutex_adjust_pi()