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
92 * priority. in __cpupri_find()
112 * priority level and continue on. in __cpupri_find()
140 * priority configuration.
168 * If no CPU at the current priority can fit the task in cpupri_find_fitness()
181 * This rule favours honouring priority over fitting the task in the in cpupri_find_fitness()
183 * The idea is that if a higher priority task can run, then it should in cpupri_find_fitness()
201 * cpupri_set - update the CPU priority setting
204 * @newpri: The priority (INVALID,NORMAL,RT1-RT99,HIGHER) to assign to this CPU
227 * cpu being missed by the priority loop in cpupri_find. in cpupri_set()
250 * one or the other when we raise the priority of in cpupri_set()
252 * priority, as that will trigger an rt pull anyway. in cpupri_set()
255 * the new priority vec. in cpupri_set()