Searched refs:RF_uint64 (Results 1 – 7 of 7) sorted by relevance
44 RF_uint64 suspend_ovhd_us; /* us spent mucking in the46 RF_uint64 map_us; /* us spent mapping the access */47 RF_uint64 lock_us; /* us spent locking & unlocking stripes,49 RF_uint64 dag_create_us;/* us spent creating the DAGs */50 RF_uint64 dag_retry_us; /* _total_ us spent retrying the op -- not52 RF_uint64 exec_us; /* us spent in DispatchDAG */53 RF_uint64 exec_engine_us; /* us spent in engine, not including55 RF_uint64 cleanup_us; /* us spent tearing down the dag & maps, and72 RF_uint64 xor_us; /* us spent doing XORs */73 RF_uint64 q_us; /* us spent doing XORs */[all …]
52 RF_uint64 reconExecTimerRunning;53 RF_uint64 reconExecTicks;54 RF_uint64 maxReconExecTicks;57 RF_uint64 hsStallCount; /* head sep stall count */58 RF_uint64 numReconExecDelays;59 RF_uint64 numReconEventWaits;
140 typedef u_int64_t RF_uint64; typedef167 typedef RF_uint64 RF_IoCount_t;168 typedef RF_uint64 RF_Offset_t;170 typedef RF_uint64 RF_SectorCount_t;171 typedef RF_uint64 RF_StripeCount_t;312 RF_uint64 v;529 RF_uint64 remaining;530 RF_uint64 completed;531 RF_uint64 total;
93 RF_uint64 sum_io_us; /* total time timer is enabled */94 RF_uint64 num_ios; /* total number of ios processed by RAIDframe */
57 RF_uint64 v;
80 #define RF_CREATE_PARAM3(pri, wru) (((RF_uint64)(((wru&0xFFFFFF)<<8)|((pri)&0xF)) ))
1069 RF_uint64 start_value; in do_meter()1079 RF_uint64 amount; in do_meter()