Home | History | Annotate | Download | only in blockfile

Lines Matching refs:byte_count_

306   byte_count_ += bytes;
307 if (byte_count_ < 0)
308 byte_count_ = kint32max;
335 CACHE_UMA(COUNTS, "ByteIORate", byte_count_ / 1024);
338 user_load_ = (entry_count_ > 300 || byte_count_ > 7 * 1024 * 1024);
340 byte_count_ = 0;
1021 entry_count_ = byte_count_ = 0;