Lines Matching refs:tot_bytes
189 ULong tot_bytes;
268 api->tot_bytes += bk->req_szB;
442 api->tot_bytes += delta;
1099 show_N_div_100( bufA, ((ULong)api->tot_bytes * 100ULL)
1108 api->tot_bytes, api->tot_blocks, bufA);
1111 tl_assert(api->tot_bytes >= api->max_bytes_live);
1135 if (api->tot_bytes > 0) {
1136 show_N_div_100(bufR, (100ULL * api->n_reads) / api->tot_bytes);
1137 show_N_div_100(bufW, (100ULL * api->n_writes) / api->tot_bytes);
1173 return api->tot_bytes;