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

  /system/core/storaged/
storaged.cpp 63 mMean.read_ios = (uint32_t)mStats.read_ios.get_mean();
72 mStd.read_ios = (uint32_t)mStats.read_ios.get_std();
80 mStats.read_ios.add(perf->read_ios);
88 mStats.read_ios.evict(perf->read_ios);
storaged_utils.cpp 87 perf.read_ios = ((unsigned long long)SEC_TO_MSEC *
88 stats->read_ios *
207 << " rd:" << perf->read_perf << "KB/s(" << perf->read_ios << "/s)"
225 << stats->read_ios << stats->read_merges
  /system/core/storaged/tests/
storaged_test.cpp 187 retval.read_ios = (double)perf.read_ios * mul;
197 retval.read_ios = stats1.read_ios + stats2.read_ios;
223 .read_ios = 50,
251 test_perf.read_ios = (double)test_mean.read_ios - i * test_std.read_ios;
262 .read_ios = 200
    [all...]
  /system/core/storaged/include/
storaged.h 72 uint64_t read_ios; // number of read I/Os processed member in struct:disk_stats
94 uint32_t read_ios; // read I/Os per second member in struct:disk_perf
170 stream_stats read_ios; // read I/Os per second member in struct:disk_stats_monitor::__anon106925
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 598 unsigned long read_ios = 0; local
606 read_ios = ((unsigned long long)S_TO_MS * fields[__STAT_READ_IOS]
630 printf("%s: perf(ios) rd: %luKB/s(%lu/s) q: %u\n", path, read_perf, read_ios, queue);
633 read_ios, write_perf, write_ios, queue);
    [all...]

Completed in 279 milliseconds