Lines Matching refs:lowest
1147 int i, lowest;
1179 lowest = -1;
1183 if (lowest < 0)
1184 lowest = i;
1186 (*dst)[lowest]->vcpu) < 0)
1187 lowest = i;
1193 lowest = kvm_vector_to_index(irq->vector, hweight16(*bitmap),
1196 if (!(*dst)[lowest]) {
1203 *bitmap = (lowest >= 0) ? 1 << lowest : 0;
1249 * - Else if vector hashing is enabled and it is a lowest-priority
1252 * 1. For lowest-priority interrupts, store all the possible
1255 * the right destination vCPU in the array for the lowest-priority