Lines Matching refs:next
306 struct rt_mutex_waiter *next; in try_to_steal_lock() local
332 next = rt_mutex_top_waiter(lock); in try_to_steal_lock()
333 plist_del(&next->pi_list_entry, &pendowner->pi_waiters); in try_to_steal_lock()
351 if (likely(next->task != current)) { in try_to_steal_lock()
353 plist_add(&next->pi_list_entry, ¤t->pi_waiters); in try_to_steal_lock()
519 struct rt_mutex_waiter *next; in wakeup_next_waiter() local
521 next = rt_mutex_top_waiter(lock); in wakeup_next_waiter()
522 plist_add(&next->pi_list_entry, &pendowner->pi_waiters); in wakeup_next_waiter()
555 struct rt_mutex_waiter *next; in remove_waiter() local
557 next = rt_mutex_top_waiter(lock); in remove_waiter()
558 plist_add(&next->pi_list_entry, &owner->pi_waiters); in remove_waiter()