Home
last modified time | relevance | path

Searched refs:intr_dist_weight_max (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dintr.c105 int32_t intr_dist_weight_max = 1; variable
598 max_weight = intr_dist_weight_max * intr_dist_weight_maxfactor; in intr_redist_all_cpus()
601 intr_dist_weight_max = 1; in intr_redist_all_cpus()
811 if (nweight > intr_dist_weight_max) in intr_dist_cpuid_add_device_weight()
812 intr_dist_weight_max = nweight; in intr_dist_cpuid_add_device_weight()