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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c73 * Default class to intr_weight value mapping (% of CPU). A driver.conf
1295 * Return the intr_weight for a given PCI device.
1300 int32_t intr_weight; local
1303 intr_weight = pci_class_to_val(rdip,
1308 if (intr_weight < 0)
1309 intr_weight = 0;
1310 if (intr_weight > 1000)
1311 intr_weight = 1000;
1313 return (intr_weight);

Completed in 58 milliseconds