Home | History | Annotate | Download | only in vmtests

Lines Matching refs:nchunks

201 int nchunks;
217 nchunks = MAXSIZE / csize;
218 bits = malloc((nchunks + 7) / 8);
243 * repeat until count = nchunks.
253 bfill(bits, 0, (nchunks + 7) / 8);
257 while (count < nchunks) {
258 chunk = rand() % nchunks;
277 dumpbits(bits, (nchunks + 7) / 8);
294 dumpbits(bits, (nchunks + 7) / 8);
305 if (count + collide > 2 * nchunks)
313 for (chunk = 0; chunk < nchunks; chunk++) {