Lines Matching refs:penalty
458 int penalty = 0;
467 penalty += PIRQ_PENALTY_PCI_USING;
474 penalty += PIRQ_PENALTY_PCI_POSSIBLE /
478 return penalty;
483 int penalty = 0;
486 penalty += sci_penalty;
489 return penalty + acpi_isa_irq_penalty[irq];
491 return penalty + acpi_irq_pci_sharing_penalty(irq);
505 * reflect the possible and active irqs in the penalty table --
509 int penalty =
517 penalty;
847 * the (small) PCI_USING penalty.