Lines Matching refs:top
109 top waiter - The highest priority process waiting on a specific mutex.
111 top pi waiter - The highest priority process waiting on one of the mutexes
218 a list of all top waiters of the mutexes that are owned by the process.
219 Note that this list only holds the top waiters and not all waiters that are
222 The top of the task's PI list is always the highest priority task that
225 at the top of this list.
374 Since the pi_list of a task holds an order by priority list of all the top
376 to compare the top pi waiter to its own normal priority, and return the higher
397 by the task, so we only need to compare the priority of that top pi waiter
439 the top of the PI chain.
442 on the current mutex) is the top pi waiter of the task. That is, is this
443 waiter on the top of the task's pi_list. If it is not, it either means that
449 walk is only needed when a new top pi waiter is made to a task.
470 process on the mutex's wait_list, then we remove the previous top waiter
473 Note: It is possible that the task was the current top waiter on the mutex,
478 If the task was not the top waiter of the mutex, but it was before we
481 and the new top waiter is added.
620 to take the top waiter, remove it from the pi_list of the pending owner, and
674 previous top waiter process (if it exists) from the pi_list of the owner,
745 On the wake up code, the pi_lock of the current owner is taken. The top
759 the mutex still has waiters pending, we add the new top waiter to the pi_list