Searched defs:RF_CumulativeStats_s (Results 1 – 1 of 1) sorted by relevance
78 struct RF_CumulativeStats_s { struct79 struct timeval start; /* the time when the stats were last started */80 struct timeval stop; /* the time when the stats were last stopped */81 long sum_io_us; /* sum of all user response times (us) */82 long num_ios; /* total number of I/Os serviced */83 long num_sect_moved; /* total number of sectors read or written */