Lines Matching defs:bytes
94 unsigned long bytes;
98 .name = "read", .total = 0, .count = 0, .bytes = 0};
100 .name = "pread", .total = 0, .count = 0, .bytes = 0};
102 .name = "write", .total = 0, .count = 0, .bytes = 0};
104 .name = "pwrite", .total = 0, .count = 0, .bytes = 0};
106 .name = "seek", .total = 0, .count = 0, .bytes = 0};
109 unsigned long measurement, unsigned long bytes)
112 ustats->bytes += bytes;
121 (float)ustats->bytes / (float)ustats->count);
127 "\tCount\t(ticks)\t(bytes)\n"
203 DEBUG_PRINT_L3("\tRead %d bytes\n", bytes_read);
232 DEBUG_PRINT_L3("\tRead %d bytes starting at offset 0x%lx\n",
258 DEBUG_PRINT_L3("\tWrote %d of %d bytes\n", bytes_written, buf_sz);
291 DEBUG_PRINT_L3("\tWrote %d of %d bytes starting at address 0x%lx\n",