Searched refs:imbalance (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c898 * solve any imbalance, and then notify affected drivers.
969 * further processing, correct the resulting imbalance, and
1008 * Use reduction algorithms to correct an imbalance in a pool.
1013 int imbalance; local
1022 /* Compute the imbalance. Do nothing if already balanced. */
1023 if ((imbalance = pool_p->ipool_resno - pool_p->ipool_totsz) <= 0)
1030 if (i_ddi_irm_reduce_by_policy(pool_p, imbalance, pool_p->ipool_policy)
1036 /* Compute remaining imbalance */
1037 imbalance = pool_p->ipool_resno - pool_p->ipool_totsz;
1039 ASSERT(imbalance >
1118 i_ddi_irm_reduce_by_policy(ddi_irm_pool_t *pool_p, int imbalance, int policy) argument
1191 i_ddi_irm_reduce_new(ddi_irm_pool_t *pool_p, int imbalance) argument
[all...]

Completed in 90 milliseconds