Lines Matching defs:count
153 int i, child, count, nwait, status;
182 count = 0;
191 ++count;
201 if (count != nwait) {
202 tst_resm(TFAIL, "Wrong # children waited on, count = %d",
203 count);
261 int count, collide, chunk, whenmisc, xfr, i;
307 * ++count;
311 * repeat until count = nchunks.
328 count = 0;
330 while (count < nchunks) {
354 ++count;
365 "count %d xfr %d file_max 0x%x, should be %d.",
366 me, CHUNK(chunk), val, count,
386 ++count;
398 "count %d xfr %d file_max 0x%x.",
399 me, CHUNK(chunk), val, count,
451 if (count + collide > 2 * nchunks)
460 //tst_resm(TINFO, "Test{%d} val %d done, count = %d, collide = {%d}",
461 // me, val, count, collide);