OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rate_bytes
(Results
1 - 4
of
4
) sorted by null
/external/fio/
eta.c
210
unsigned long long
rate_bytes
;
local
233
rate_bytes
= ddir_rw_sum(td->o.rate);
234
if (
rate_bytes
) {
235
r_eta = (bytes_total / 1024) /
rate_bytes
;
libfio.c
88
td->
rate_bytes
[ddir] = 0;
backend.c
171
if (td->
rate_bytes
[ddir] || td->rate_blocks[ddir]) {
180
if (bytes < td->
rate_bytes
[ddir]) {
186
rate = ((bytes - td->
rate_bytes
[ddir]) * 1000) / spent;
191
bytes < td->
rate_bytes
[ddir]) {
222
td->
rate_bytes
[ddir] = bytes;
[
all
...]
fio.h
226
unsigned long
rate_bytes
[DDIR_RWDIR_CNT];
member in struct:thread_data
Completed in 452 milliseconds