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

  /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::__anon114376
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 597 unsigned long read_ios = 0; local
605 read_ios = ((unsigned long long)S_TO_MS * fields[__STAT_READ_IOS]
629 printf("%-30s: perf(ios) rd: %luKB/s(%lu/s) q: %u\n", path, read_perf, read_ios, queue);
632 read_ios, write_perf, write_ios, queue);
    [all...]

Completed in 186 milliseconds