Lines Matching refs:counted
261 unsigned long counted = 0L; in w_test() local
288 counted += ((tmp+HALFCOUNT)/COUNTSIZE); in w_test()
290 counted += count_per_buf; in w_test()
297 write_score = (long) ((double) counted / ((end - start) * count_per_k)); in w_test()
299 counted, end - start, write_score); in w_test()
315 unsigned long counted = 0L; in r_test() local
344 counted += (tmp+HALFCOUNT)/COUNTSIZE; in r_test()
348 counted += (tmp+HALFCOUNT)/COUNTSIZE; in r_test()
356 counted += count_per_buf; in r_test()
361 read_score = (long) ((double) counted / ((end - start) * count_per_k)); in r_test()
363 counted, end - start, read_score); in r_test()
380 unsigned long counted = 0L; in c_test() local
411 counted += ( (tmp * write_score) / in c_test()
427 counted += ( in c_test()
437 counted += count_per_buf; in c_test()
443 copy_score = (long) ((double) counted / ((end - start) * count_per_k)); in c_test()
445 counted, end - start, copy_score); in c_test()