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

/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_irm.c47 * (1) apix_system_max_vectors -- this would limit the maximum
70 int apix_system_max_vectors = -1; variable
175 if ((apix_system_max_vectors > 0) &&
176 (apix_system_max_vectors < total_avail_vectors))
177 total_avail_vectors = apix_system_max_vectors;
463 if (apix_system_max_vectors > 0) {
466 max = apix_system_max_vectors -
475 "apix_system_max_vectors = %d",
476 apix_system_max_vectors);
569 if (apix_system_max_vectors >
[all...]

Completed in 63 milliseconds