Searched defs:RF_acctrace_entry_s (Results 1 – 1 of 1) sorted by relevance
65 typedef struct RF_acctrace_entry_s { struct66 union {69 } specific;70 RF_uint8 reconacc; /* whether this is a tracerec for a user acc72 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), incl77 RF_uint64 diskwait_us; /* _total_ us spent waiting actually waiting79 RF_uint64 total_us; /* total us spent on this access */[all …]