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_diskstats.h 38 uint64_t read_ios; // number of read I/Os processed member in struct:disk_stats
56 return read_ios == 0 && write_ios == 0 &&
61 curr.read_ios -= prev.read_ios;
76 return a.read_ios == b.read_ios &&
90 read_ios += stats.read_ios;
107 uint32_t read_ios; // read I/Os per second member in struct:disk_perf
112 return read_perf == 0 && read_ios == 0 &
155 stream_stats read_ios; \/\/ read I\/Os per second member in struct:disk_stats_monitor::__anon2957
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 629 unsigned long read_ios = 0; local
637 read_ios = ((unsigned long long)S_TO_MS * fields[__STAT_READ_IOS]
661 printf("%-30s: perf(ios) rd: %luKB/s(%lu/s) q: %u\n", path, read_perf, read_ios, queue);
664 read_ios, write_perf, write_ios, queue);
    [all...]

Completed in 122 milliseconds