Home | History | Annotate | Download | only in tests

Lines Matching refs:wfact

3113    Int32   wfact  = s->workFactor;
3131 /* (wfact-1) / 3 puts the default-factor-30
3138 if (wfact < 1 ) wfact = 1;
3139 if (wfact > 100) wfact = 100;
3140 budgetInit = nblock * ((wfact-1) / 3);