HomeSort by: relevance | last modified time | path
    Searched defs:best_weight (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
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);
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);

Completed in 88 milliseconds