Searched defs:max_busy (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c972 int i, j, max_busy; local
978 * reset apic_nticks. This will cause max_busy
984 max_busy = 0;
1003 (apic_cpus[i].aci_busy > max_busy))
1004 max_busy = apic_cpus[i].aci_busy;
1007 if (max_busy > apic_int_busy_mark) {
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c2007 int cpu_free, cpu_busy, max_busy, min_busy; local
2017 cpu_free = cpu_busy = max_busy = average_busy = 0;
2047 if (max_busy < busy) {
2048 max_busy = busy;
2064 (max_busy >= (min_free + apic_diff_for_redistribution))) {
2071 cpu_busy, cpu_free, max_busy, min_free);
2078 diff = max_busy - average_busy;
2079 min_busy = max_busy; /* start with the max possible value */
2080 max_busy = 0;
2097 if (max_busy < irq_pt
[all...]
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1941 int cpu_free, cpu_busy, max_busy, min_busy; local
1951 cpu_free = cpu_busy = max_busy = average_busy = 0;
1981 if (max_busy < busy) {
1982 max_busy = busy;
1998 (max_busy >= (min_free + apic_diff_for_redistribution))) {
2005 cpu_busy, cpu_free, max_busy, min_free);
2012 diff = max_busy - average_busy;
2013 min_busy = max_busy; /* start with the max possible value */
2014 max_busy = 0;
2031 if (max_busy < irq_pt
[all...]
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c1387 int i, j, max_busy; local
1395 * reset apic_nticks. This will cause max_busy
1401 max_busy = 0;
1419 (apic_cpus[i].aci_busy > max_busy))
1420 max_busy = apic_cpus[i].aci_busy;
1423 if (max_busy > apic_int_busy_mark) {

Completed in 57 milliseconds