HomeSort by: relevance | last modified time | path
    Searched defs:pos_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
997 pos_weight = pci_link_interrupt_weights[pos_irq];
998 if (pos_weight < best_weight) {
999 best_weight = pos_weight;
1010 pos_weight = pci_link_interrupt_weights[pos_irq];
1011 if (pos_weight < best_weight) {
1012 best_weight = pos_weight;
acpi_pci_link.c 966 int best_weight, pos_weight, i; local in function:acpi_pci_link_choose_irq
997 pos_weight = pci_link_interrupt_weights[pos_irq];
998 if (pos_weight < best_weight) {
999 best_weight = pos_weight;
1010 pos_weight = pci_link_interrupt_weights[pos_irq];
1011 if (pos_weight < best_weight) {
1012 best_weight = pos_weight;

Completed in 24 milliseconds