Searched refs:file_total_read (Results 1 – 1 of 1) sorted by relevance
250 unsigned long long file_total_read = 0; in readproc() local379 file_total_read = 0; in readproc()406 file_total_read += nread; in readproc()415 if ((maxbytes > 0) && (file_total_read > maxbytes)) { in readproc()421 total_read += file_total_read; in readproc()