Lines Matching refs:higher
23 Priority inversion is when a lower priority process executes while a higher
37 meantime, B executes, and since B is of a higher priority than C, it preempts C,
38 but by doing so, it is in fact preempting A which is a higher priority process.
163 also call it the Top of the chain) must be equal to or higher in priority
372 task's own normal priority, or if a process of a higher priority is waiting on
373 a mutex owned by the task, then that higher priority should be returned.
376 to compare the top pi waiter to its own normal priority, and return the higher
382 of higher priority than a "prio" of 10.)
391 or decrease the priority of the task. In the case that a higher priority
393 would increase/boost the task's priority. But if a higher priority task
444 there is another process higher in priority that is blocked on one of the
535 process. What if the higher priority process wants to take that mutex again.
543 mutex has not woken up yet, there's no reason that the higher priority process
548 pending ownership. This means that it's the new owner, unless a higher
549 priority process comes in and tries to grab that mutex. If a higher priority
550 process does come along and wants that mutex, we let the higher priority
611 higher than the pending owner. If not, we fail the function and return.
639 there exists an owner, or there's a pending owner with equal or higher