Lines Matching refs:lowest
921 int i, lowest;
953 lowest = -1;
957 if (lowest < 0)
958 lowest = i;
960 (*dst)[lowest]->vcpu) < 0)
961 lowest = i;
967 lowest = kvm_vector_to_index(irq->vector, hweight16(*bitmap),
970 if (!(*dst)[lowest]) {
977 *bitmap = (lowest >= 0) ? 1 << lowest : 0;
1023 * - Else if vector hashing is enabled and it is a lowest-priority
1026 * 1. For lowest-priority interrupts, store all the possible
1029 * the right destination vCPU in the array for the lowest-priority