Home
last modified time | relevance | path

Searched refs:max_busy (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1941 int cpu_free, cpu_busy, max_busy, min_busy; in apic_intr_redistribute() local
1951 cpu_free = cpu_busy = max_busy = average_busy = 0; in apic_intr_redistribute()
1981 if (max_busy < busy) { in apic_intr_redistribute()
1982 max_busy = busy; in apic_intr_redistribute()
1998 (max_busy >= (min_free + apic_diff_for_redistribution))) { in apic_intr_redistribute()
2005 cpu_busy, cpu_free, max_busy, min_free); in apic_intr_redistribute()
2012 diff = max_busy - average_busy; in apic_intr_redistribute()
2013 min_busy = max_busy; /* start with the max possible value */ in apic_intr_redistribute()
2014 max_busy = 0; in apic_intr_redistribute()
2031 if (max_busy < irq_ptr->airq_busy) { in apic_intr_redistribute()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c2019 int cpu_free, cpu_busy, max_busy, min_busy; in apic_intr_redistribute() local
2029 cpu_free = cpu_busy = max_busy = average_busy = 0; in apic_intr_redistribute()
2059 if (max_busy < busy) { in apic_intr_redistribute()
2060 max_busy = busy; in apic_intr_redistribute()
2076 (max_busy >= (min_free + apic_diff_for_redistribution))) { in apic_intr_redistribute()
2083 cpu_busy, cpu_free, max_busy, min_free); in apic_intr_redistribute()
2090 diff = max_busy - average_busy; in apic_intr_redistribute()
2091 min_busy = max_busy; /* start with the max possible value */ in apic_intr_redistribute()
2092 max_busy = 0; in apic_intr_redistribute()
2109 if (max_busy < irq_ptr->airq_busy) { in apic_intr_redistribute()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c908 int i, j, max_busy; in apic_redistribute_compute() local
920 max_busy = 0; in apic_redistribute_compute()
939 (apic_cpus[i].aci_busy > max_busy)) in apic_redistribute_compute()
940 max_busy = apic_cpus[i].aci_busy; in apic_redistribute_compute()
943 if (max_busy > apic_int_busy_mark) { in apic_redistribute_compute()
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1364 int i, j, max_busy; in apix_redistribute_compute() local
1378 max_busy = 0; in apix_redistribute_compute()
1396 (apic_cpus[i].aci_busy > max_busy)) in apix_redistribute_compute()
1397 max_busy = apic_cpus[i].aci_busy; in apix_redistribute_compute()
1400 if (max_busy > apic_int_busy_mark) { in apix_redistribute_compute()