Searched refs:min_busy (Results 1 - 2 of 2) 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; local
2013 min_busy = max_busy; /* start with the max possible value */
2040 if (min_busy > irq_ptr->airq_busy) {
2045 if (min_busy <
2053 min_busy =
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c2007 int cpu_free, cpu_busy, max_busy, min_busy; local
2079 min_busy = max_busy; /* start with the max possible value */
2106 if (min_busy > irq_ptr->airq_busy) {
2111 if (min_busy <
2119 min_busy =

Completed in 65 milliseconds