Home | History | Annotate | Download | only in tests

Lines Matching refs:wfact

3084    Int32   wfact  = s->workFactor;
3102 /* (wfact-1) / 3 puts the default-factor-30
3109 if (wfact < 1 ) wfact = 1;
3110 if (wfact > 100) wfact = 100;
3111 budgetInit = nblock * ((wfact-1) / 3);