search for: credit_cap

Displaying 1 result from an estimated 1 matches for "credit_cap".

Did you mean: credit_card
2011 Sep 01
4
[PATCH] xen,credit1: Add variable timeslice
...credit_peak = sdom->active_vcpu_count * prv->credits_per_tslice; if ( prv->credit_balance < 0 ) { credit_peak += ( ( -prv->credit_balance @@ -1014,7 +1013,7 @@ csched_acct(void* dummy) if ( sdom->cap != 0U ) { - credit_cap = ((sdom->cap * CSCHED_CREDITS_PER_ACCT) + 99) / 100; + credit_cap = ((sdom->cap * prv->credits_per_tslice) + 99) / 100; if ( credit_cap < credit_peak ) credit_peak = credit_cap; @@ -1092,10 +1091,10 @@ csched_acct(void* dummy)...