Searched refs:max_busy (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/i86xpv/io/psm/ |
H A D | mp_platform_xpv.c | 1940 int cpu_free, cpu_busy, max_busy, min_busy; in apic_intr_redistribute() local 1950 cpu_free = cpu_busy = max_busy = average_busy = 0; in apic_intr_redistribute() 1980 if (max_busy < busy) { in apic_intr_redistribute() 1981 max_busy = busy; in apic_intr_redistribute() 1997 (max_busy >= (min_free + apic_diff_for_redistribution))) { in apic_intr_redistribute() 2004 cpu_busy, cpu_free, max_busy, min_free); in apic_intr_redistribute() 2011 diff = max_busy - average_busy; in apic_intr_redistribute() 2012 min_busy = max_busy; /* start with the max possible value */ in apic_intr_redistribute() 2013 max_busy = 0; in apic_intr_redistribute() 2030 if (max_busy < irq_ptr->airq_busy) { in apic_intr_redistribute() [all …]
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | mp_platform_misc.c | 2007 int cpu_free, cpu_busy, max_busy, min_busy; in apic_intr_redistribute() local 2017 cpu_free = cpu_busy = max_busy = average_busy = 0; in apic_intr_redistribute() 2047 if (max_busy < busy) { in apic_intr_redistribute() 2048 max_busy = busy; in apic_intr_redistribute() 2064 (max_busy >= (min_free + apic_diff_for_redistribution))) { in apic_intr_redistribute() 2071 cpu_busy, cpu_free, max_busy, min_free); in apic_intr_redistribute() 2078 diff = max_busy - average_busy; in apic_intr_redistribute() 2079 min_busy = max_busy; /* start with the max possible value */ in apic_intr_redistribute() 2080 max_busy = 0; in apic_intr_redistribute() 2097 if (max_busy < irq_ptr->airq_busy) { in apic_intr_redistribute() [all …]
|
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic.c | 972 int i, j, max_busy; in apic_redistribute_compute() local 984 max_busy = 0; in apic_redistribute_compute() 1003 (apic_cpus[i].aci_busy > max_busy)) in apic_redistribute_compute() 1004 max_busy = apic_cpus[i].aci_busy; in apic_redistribute_compute() 1007 if (max_busy > apic_int_busy_mark) { in apic_redistribute_compute()
|
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 1387 int i, j, max_busy; in apix_redistribute_compute() local 1401 max_busy = 0; in apix_redistribute_compute() 1419 (apic_cpus[i].aci_busy > max_busy)) in apix_redistribute_compute() 1420 max_busy = apic_cpus[i].aci_busy; in apix_redistribute_compute() 1423 if (max_busy > apic_int_busy_mark) { in apix_redistribute_compute()
|