Home
last modified time | relevance | path

Searched refs:total_reads (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/scripts/perl/
H A Drw-by-file.pl35 $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 Drwtop.pl62 $reads{$common_pid}{total_reads}++;
139 my $total_reads = $reads{$pid}{total_reads} || 0;
144 $total_reads, $bytes_requested, $bytes_read);
H A Drw-by-pid.pl47 $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 Dpagemap_ioctl.c241 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 Dvolumes.c6027 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()