Lines Matching refs:next_lock
678 struct rt_mutex_base *next_lock, in rt_mutex_adjust_prio_chain() argument
764 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain()
908 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
919 if (!next_lock) in rt_mutex_adjust_prio_chain()
1034 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
1052 if (!next_lock) in rt_mutex_adjust_prio_chain()
1208 struct rt_mutex_base *next_lock; in task_blocks_on_rt_mutex() local
1274 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex()
1282 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex()
1295 next_lock, waiter, task); in task_blocks_on_rt_mutex()
1540 struct rt_mutex_base *next_lock; in remove_waiter() local
1566 next_lock = task_blocked_on_lock(owner); in remove_waiter()
1574 if (!next_lock) in remove_waiter()
1583 next_lock, NULL, current); in remove_waiter()