Searched refs:pi_waiters (Results 1 – 7 of 7) sorted by relevance
108 pi_waiters rbtree of a mutex owner task (described below).219 pi_waiters. It is protected by a spin lock also in the task structure,350 process must adjust its priority. With the help of the pi_waiters of a358 the pi_waiters of a task holds an order by priority of all the top waiters375 would decrease/unboost the priority of the task. That is because the pi_waiters410 in the pi_waiters and waiters trees that the task is blocked on. This function434 the task on the waiters tree of the mutex, and if need be, the pi_waiters461 pi_waiters tree.466 as the lock's owner's pi_waiters tree. This is described in the next480 previous top waiter process (if it exists) from the pi_waiters of the owner,[all …]
38 priority enqueueing is handled by "pi_waiters".
177 .pi_waiters = RB_ROOT_CACHED,
493 DEBUG_LOCKS_WARN_ON(!RB_EMPTY_ROOT(&task->pi_waiters.rb_root)); in rt_mutex_debug_task_free()
511 rb_add_cached(&waiter->pi_tree.entry, &task->pi_waiters, __pi_waiter_less); in rt_mutex_enqueue_pi()522 rb_erase_cached(&waiter->pi_tree.entry, &task->pi_waiters); in rt_mutex_dequeue_pi()
1201 struct rb_root_cached pi_waiters; member
1951 p->pi_waiters = RB_ROOT_CACHED; in rt_mutex_init_task()