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

/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c100 int intr_policy = INTR_WEIGHTED_DIST; /* interrupt distribution policy */ variable
625 intr_policy = INTR_CURRENT_CPU;
685 switch (intr_policy) {
725 if (intr_policy == INTR_FLAT_DIST) {
778 * NB: intr_policy is limited to this file. A weighted nexus driver is
779 * calls this rouitne even if intr_policy has been patched to
783 if (intr_policy != INTR_WEIGHTED_DIST)
819 if (intr_policy != INTR_WEIGHTED_DIST)

Completed in 94 milliseconds