Searched refs:total_reads (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/scripts/perl/ |
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);
|
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);
|
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-6.12.1/tools/testing/selftests/mm/ |
D | pagemap_ioctl.c | 239 int total_writes, total_reads, reads, count; in sanity_tests_sd() local 503 total_writes = total_reads = 0; in sanity_tests_sd() 513 while (total_reads < total_writes) { in sanity_tests_sd() 524 total_reads += reads; in sanity_tests_sd() 527 if (total_reads != total_writes) in sanity_tests_sd()
|