Searched defs:this_chunk (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dclient.c1165 unsigned int this_chunk = 65536; local
1169 if (this_chunk > total)
1170 this_chunk = total;
1172 stream.avail_out = this_chunk;
1183 this_len = this_chunk - stream.avail_out;

Completed in 63 milliseconds