Lines Matching refs:penalty
454 int penalty = 0;
463 penalty += PIRQ_PENALTY_PCI_USING;
470 penalty += PIRQ_PENALTY_PCI_POSSIBLE /
474 return penalty;
479 int penalty = 0;
482 penalty += sci_penalty;
485 return penalty + acpi_isa_irq_penalty[irq];
487 return penalty + acpi_irq_pci_sharing_penalty(irq);
501 * reflect the possible and active irqs in the penalty table --
505 int penalty =
513 penalty;
823 * the (small) PCI_USING penalty.