Searched refs:total_writes (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/scripts/perl/ |
H A D | rw-by-file.pl | 46 $writes{$fd}{total_writes}++; 71 my $total_writes = $writes{$fd}{total_writes}; 73 printf("%6u %10u %10u\n", $fd, $total_writes, $bytes_written);
|
H A D | rwtop.pl | 88 $writes{$common_pid}{total_writes}++; 163 my $total_writes = $writes{$pid}{total_writes} || 0; 167 $total_writes, $bytes_written);
|
H A D | rw-by-pid.pl | 69 $writes{$common_pid}{total_writes}++; 126 my $total_writes = $writes{$pid}{total_writes} || 0; 130 $total_writes, $bytes_written);
|
/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() 511 total_writes++; in sanity_tests_sd() 515 while (total_reads < total_writes) { 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
|