Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_acctrace.h65 typedef struct RF_acctrace_entry_s { struct
66 union {
69 } specific;
70 RF_uint8 reconacc; /* whether this is a tracerec for a user acc
72 RF_uint64 xor_us; /* us spent doing XORs */
73 RF_uint64 q_us; /* us spent doing XORs */
74 RF_uint64 plog_us; /* us spent waiting to stuff parity into log */
75 RF_uint64 diskqueue_us; /* _total_ us spent in disk queue(s), incl
77 RF_uint64 diskwait_us; /* _total_ us spent waiting actually waiting
79 RF_uint64 total_us; /* total us spent on this access */
[all …]