Searched defs:min_free (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c2008 int min_free, diff; local
2018 min_free = apic_sample_factor_redistribution;
2051 if (min_free > busy) {
2052 min_free = busy;
2064 (max_busy >= (min_free + apic_diff_for_redistribution))) {
2071 cpu_busy, cpu_free, max_busy, min_free);
2113 min_free)) {
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1942 int min_free, diff; local
1952 min_free = apic_sample_factor_redistribution;
1985 if (min_free > busy) {
1986 min_free = busy;
1998 (max_busy >= (min_free + apic_diff_for_redistribution))) {
2005 cpu_busy, cpu_free, max_busy, min_free);
2047 min_free)) {

Completed in 51 milliseconds