Lines Matching refs:maxfast
143 static unsigned int maxfast = MAXFAST;
328 if (nbytes <= maxfast && !nosmall) {
350 * temporarily alter maxfast, to avoid
353 maxfast = 0;
362 maxfast = fastct * grain;
865 * M_MXFAST Set maxfast to value. Maxfast is the size of the
874 * smaller than maxfast are considered to be rounded
908 maxfast = grain*fastct;
927 fastct = (maxfast + grain - 1) / grain;
928 maxfast = grain * fastct;
1149 maxfast = MAXFAST;