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
91 * priority. in __cpupri_find()
111 * priority level and continue on. in __cpupri_find()
139 * priority configuration.
167 * If no CPU at the current priority can fit the task in cpupri_find_fitness()
180 * This rule favours honouring priority over fitting the task in the in cpupri_find_fitness()
182 * The idea is that if a higher priority task can run, then it should in cpupri_find_fitness()
200 * cpupri_set - update the CPU priority setting
203 * @newpri: The priority (INVALID,NORMAL,RT1-RT99,HIGHER) to assign to this CPU
226 * cpu being missed by the priority loop in cpupri_find. in cpupri_set()
249 * one or the other when we raise the priority of in cpupri_set()
251 * priority, as that will trigger an rt pull anyway. in cpupri_set()
254 * the new priority vec. in cpupri_set()