Lines Matching full:priority
5 * CPU priority management
11 * This code tracks the priority of each CPU so that global migration
16 * going from the lowest priority to the highest. CPUs in the INVALID state
18 * a 2 dimensional bitmap (the first for priority class, the second for CPUs
68 * priority. in __cpupri_find()
88 * priority level and continue on. in __cpupri_find()
116 * priority configuration.
144 * If no CPU at the current priority can fit the task in cpupri_find_fitness()
157 * This rule favours honouring priority over fitting the task in the in cpupri_find_fitness()
159 * The idea is that if a higher priority task can run, then it should in cpupri_find_fitness()
177 * cpupri_set - update the CPU priority setting
180 * @newpri: The priority (INVALID-RT99) to assign to this CPU
203 * cpu being missed by the priority loop in cpupri_find. in cpupri_set()
226 * one or the other when we raise the priority of in cpupri_set()
228 * priority, as that will trigger an rt pull anyway. in cpupri_set()
231 * the new priority vec. in cpupri_set()