Searched refs:total_reads (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/scripts/perl/ |
| H A D | rw-by-file.pl | 35 $reads{$fd}{total_reads}++; 59 my $total_reads = $reads{$fd}{total_reads}; 61 printf("%6u %10u %10u\n", $fd, $total_reads, $bytes_requested);
|
| H A D | rwtop.pl | 62 $reads{$common_pid}{total_reads}++; 139 my $total_reads = $reads{$pid}{total_reads} || 0; 144 $total_reads, $bytes_requested, $bytes_read);
|
| H A D | rw-by-pid.pl | 47 $reads{$common_pid}{total_reads}++; 85 my $total_reads = $reads{$pid}{total_reads} || 0; 90 $total_reads, $bytes_requested, $bytes_read);
|
| /linux/tools/testing/selftests/mm/ |
| H A D | pagemap_ioctl.c | 242 int total_writes, total_reads, reads, count; in sanity_tests_sd() local 506 total_writes = total_reads = 0; in sanity_tests_sd() 516 while (total_reads < total_writes) { in sanity_tests_sd() 527 total_reads += reads; in sanity_tests_sd() 530 if (total_reads != total_writes) in sanity_tests_sd()
|
| /linux/fs/btrfs/ |
| H A D | volumes.c | 6256 unsigned int total_reads; in btrfs_read_rr() local 6259 total_reads = percpu_counter_sum(&fs_info->stats_read_blocks); in btrfs_read_rr() 6271 read_cycle = total_reads / min_reads_per_dev; in btrfs_read_rr()
|