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 | 241 int total_writes, total_reads, reads, count; in sanity_tests_sd() 505 total_writes = total_reads = 0; in sanity_tests_sd() 515 while (total_reads < total_writes) { in sanity_tests_sd() 526 total_reads += reads; in sanity_tests_sd() 529 if (total_reads != total_writes) in sanity_tests_sd() 239 int total_writes, total_reads, reads, count; sanity_tests_sd() local
|
/linux/fs/btrfs/ |
H A D | volumes.c | 6027 unsigned int total_reads; in btrfs_read_rr() local 6030 total_reads = percpu_counter_sum(&fs_info->stats_read_blocks); in btrfs_read_rr() 6042 read_cycle = total_reads / min_reads_per_dev; in btrfs_read_rr()
|