HomeSort by relevance Sort by last modified time
    Searched refs:write_ios (Results 1 - 5 of 5) sorted by null

  /system/core/storaged/
storaged.cpp 65 mMean.write_ios = (uint32_t)mStats.write_ios.get_mean();
74 mStd.write_ios = (uint32_t)mStats.write_ios.get_std();
82 mStats.write_ios.add(perf->write_ios);
90 mStats.write_ios.evict(perf->write_ios);
storaged_utils.cpp 100 perf.write_ios = ((unsigned long long)SEC_TO_MSEC *
101 stats->write_ios *
208 << " wr:" << perf->write_perf << "KB/s(" << perf->write_ios << "/s)"
227 << stats->write_ios << stats->write_merges
  /system/core/storaged/tests/
storaged_test.cpp 189 retval.write_ios = (double)perf.write_ios * mul;
201 retval.write_ios = stats1.write_ios + stats2.write_ios;
225 .write_ios = 25,
253 test_perf.write_ios = (double)test_mean.write_ios - i * test_std.write_ios;
266 .write_ios = 100
    [all...]
  /system/core/storaged/include/
storaged.h 76 uint64_t write_ios; // number of write I/Os processed member in struct:disk_stats
96 uint32_t write_ios; // write I/Os per second member in struct:disk_perf
172 stream_stats write_ios; // write I/O per second member in struct:disk_stats_monitor::__anon106925
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 612 unsigned long write_ios = 0; local
620 write_ios = ((unsigned long long)S_TO_MS * fields[__STAT_WRITE_IOS]
629 if (!write_perf && !write_ios) {
633 read_ios, write_perf, write_ios, queue);
    [all...]

Completed in 82 milliseconds