Lines Matching defs:bytes
90 unsigned long bytes;
94 .name = "read", .total = 0, .count = 0, .bytes = 0};
96 .name = "pread", .total = 0, .count = 0, .bytes = 0};
98 .name = "write", .total = 0, .count = 0, .bytes = 0};
100 .name = "pwrite", .total = 0, .count = 0, .bytes = 0};
102 .name = "seek", .total = 0, .count = 0, .bytes = 0};
105 unsigned long measurement, unsigned long bytes)
108 ustats->bytes += bytes;
117 (float)ustats->bytes / (float)ustats->count);
123 "\tCount\t(ticks)\t(bytes)\n"
199 DEBUG_PRINT_L3("\tRead %d bytes\n", bytes_read);
228 DEBUG_PRINT_L3("\tRead %d bytes starting at offset 0x%lx\n",
254 DEBUG_PRINT_L3("\tWrote %d of %d bytes\n", bytes_written, buf_sz);
287 DEBUG_PRINT_L3("\tWrote %d of %d bytes starting at address 0x%lx\n",