Lines Matching refs:total
175 unsigned int total;
178 total = sizeof(buf);
179 if (total > fifo_room(fifo))
180 total = fifo_room(fifo);
182 ret = read(fd, buf, total);
602 unsigned long total, usec;
611 total = ddir_rw_sum(o->ios);
620 perc = ((float) o->ios[i] * 100.0) / (float) total;
622 perc = ((float) o->merges[i] * 100.0) / (float) total;
651 unsigned long total;
686 total = ddir_rw_sum(o->ios);
687 perc = ((float) o->ios[0] * 100.0) / (float) total;
1012 printf("Total: reads=%lu, writes=%lu\n", ios[0], ios[1]);