Lines Matching full:incoming
201 * LRU descriptor being evicted (this means the incoming descriptor be added in this case).
202 * - Any descriptors with keys that are in the incoming descriptor's 'conflicting keys' list
203 * will be removed if they have an equal or lower priority than the incoming descriptor;
204 * if any have a higher priority, the incoming descriptor is removed instead.
205 * - If the sum of all descriptors' costs, including the incoming descriptor's, is more than
209 * incoming descriptor has the highest priority. Otherwise, the incoming descriptor is
324 * vector of ClientDescriptors that are higher priority than the incoming client and
326 * prevent the incoming client from being added.
403 // Switch back owner if the incoming client has the highest priority, as it is MRU
430 // - The total cost including the incoming client's is more than the allowable
432 // owner than the incoming client when the incoming client has the
438 // Find clients preventing the incoming client from being added