Home
last modified time | relevance | path

Searched defs:RF_CumulativeStats_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_raid.h78 struct RF_CumulativeStats_s { struct
79 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 */