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

/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c575 int32_t weight, max_weight; local
594 max_weight = intr_dist_weight_max * intr_dist_weight_maxfactor;
595 if (max_weight > intr_dist_weight_maxmax)
596 max_weight = intr_dist_weight_maxmax;
600 "intr_redist_all_cpus: %d-0\n", max_weight));
611 for (weight = max_weight; weight >= 0; weight--)
614 (iptr->arg, max_weight, weight);

Completed in 46 milliseconds