acpi_pci_link.c | 966 int best_weight, pos_weight, i; local in function:acpi_pci_link_choose_irq 991 best_weight = INT_MAX; 998 if (pos_weight < best_weight) { 999 best_weight = pos_weight; 1011 if (pos_weight < best_weight) { 1012 best_weight = pos_weight; 1019 sc->pl_name, best_irq, best_weight);
|