Home | History | Annotate | Download | only in switchback

Lines Matching refs:wfact

3060    Int32   wfact  = s->workFactor;
3078 /* (wfact-1) / 3 puts the default-factor-30
3085 if (wfact < 1 ) wfact = 1;
3086 if (wfact > 100) wfact = 100;
3087 budgetInit = nblock * ((wfact-1) / 3);