Lines Matching defs:weight
325 * Redistribute interrupts of the specified weight. The first call has a weight
327 * redistribution. The inos with weight [weight_max, inf.) should be processed
328 * on the "weight == weight_max" call. This first call is followed by calls
329 * of decreasing weights, inos of that weight should be processed. The final
330 * call specifies a weight of zero, this can be used to trigger processing of
334 ib_intr_dist_all(void *arg, int32_t weight_max, int32_t weight)
344 if (weight == 0) {
357 if (weight == weight_max) {
372 * weight of all devinfo nodes sharing the ino (this
397 * Get the weight of the ino and determine if we are going to
399 * the proper weight occurs to support redistribution of all
404 if ((weight == ino_p->ino_intr_weight) ||
405 ((weight >= weight_max) &&
414 /* Add device weight of ino devinfos to targeted cpu. */