Searched refs:bytes_requested (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Drw-by-file.pl34 $reads{$fd}{bytes_requested} += $count;
54 printf("%6s %10s %10s\n", "fd", "# reads", "bytes_requested");
57 foreach my $fd (sort {$reads{$b}{bytes_requested} <=>
58 $reads{$a}{bytes_requested}} keys %reads) {
60 my $bytes_requested = $reads{$fd}{bytes_requested};
61 printf("%6u %10u %10u\n", $fd, $total_reads, $bytes_requested);
H A Drwtop.pl60 $reads{$common_pid}{bytes_requested} += $count;
136 my $bytes_requested = $reads{$pid}{bytes_requested} || 0;
140 $total_reads, $bytes_requested, $bytes_read);
H A Drw-by-pid.pl46 $reads{$common_pid}{bytes_requested} += $count;
78 "# reads", "bytes_requested", "bytes_read");
86 my $bytes_requested = $reads{$pid}{bytes_requested} || 0;
90 $total_reads, $bytes_requested, $bytes_read);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dogg_decoder_aspect.c108 const size_t bytes_requested = *bytes; local
137 while (*bytes < bytes_requested && !aspect->end_of_stream) {
140 size_t n = bytes_requested - *bytes;
213 const size_t ogg_bytes_to_read = max(bytes_requested - *bytes, OGG_BYTES_CHUNK);

Completed in 111 milliseconds