HomeSort by: relevance | last modified time | path
    Searched refs:RF_uint64 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/raidframe/
rf_acctrace.h 44 RF_uint64 suspend_ovhd_us; /* us spent mucking in the
46 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 -- not
52 RF_uint64 exec_us; /* us spent in DispatchDAG */
53 RF_uint64 exec_engine_us; /* us spent in engine, not including
55 RF_uint64 cleanup_us; /* us spent tearing down the dag & maps, and
72 RF_uint64 xor_us; /* us spent doing XORs */
73 RF_uint64 q_us; /* us spent doing XORs *
    [all...]
rf_desc.h 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;
rf_callback.h 57 RF_uint64 v;
raidframevar.h 140 typedef u_int64_t RF_uint64;
167 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;
rf_dagfuncs.h 80 #define RF_CREATE_PARAM3(pri, wru) (((RF_uint64)(((wru&0xFFFFFF)<<8)|((pri)&0xF)) ))
rf_raid.h 93 RF_uint64 sum_io_us; /* total time timer is enabled */
94 RF_uint64 num_ios; /* total number of ios processed by RAIDframe */
  /src/sbin/raidctl/
raidctl.c 1069 RF_uint64 start_value;
1079 RF_uint64 amount;

Completed in 38 milliseconds