Lines Matching defs:total
150 unsigned long total_mmap = 0, total = 0;
209 total += zc.length;
217 total += lu;
231 total += lu;
241 throughput = total * 8.0 / (double)delta_usec / 1000.0;
243 if (total > 1024*1024) {
245 unsigned long mb = total >> 20;
250 total / (1024.0 * 1024.0),
251 100.0*total_mmap/total,
374 uint64_t total = 0;
503 while (total < FILE_SZ) {
504 int64_t wr = FILE_SZ - total;
512 total += wr;