Lines Matching refs:next_lock
577 struct rt_mutex_base *next_lock, in rt_mutex_adjust_prio_chain() argument
663 if (next_lock != waiter->lock) in rt_mutex_adjust_prio_chain()
802 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
813 if (!next_lock) in rt_mutex_adjust_prio_chain()
919 next_lock = task_blocked_on_lock(task); in rt_mutex_adjust_prio_chain()
937 if (!next_lock) in rt_mutex_adjust_prio_chain()
1093 struct rt_mutex_base *next_lock; in task_blocks_on_rt_mutex() local
1155 next_lock = task_blocked_on_lock(owner); in task_blocks_on_rt_mutex()
1163 if (!chain_walk || !next_lock) in task_blocks_on_rt_mutex()
1176 next_lock, waiter, task); in task_blocks_on_rt_mutex()
1420 struct rt_mutex_base *next_lock; in remove_waiter() local
1446 next_lock = task_blocked_on_lock(owner); in remove_waiter()
1454 if (!next_lock) in remove_waiter()
1463 next_lock, NULL, current); in remove_waiter()