Home
last modified time | relevance | path

Searched refs:RF_uint64 (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_acctrace.h44 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 …]
Drf_desc.h52 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;
Draidframevar.h140 typedef u_int64_t RF_uint64; typedef
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;
Drf_raid.h93 RF_uint64 sum_io_us; /* total time timer is enabled */
94 RF_uint64 num_ios; /* total number of ios processed by RAIDframe */
Drf_callback.h57 RF_uint64 v;
Drf_dagfuncs.h80 #define RF_CREATE_PARAM3(pri, wru) (((RF_uint64)(((wru&0xFFFFFF)<<8)|((pri)&0xF)) ))
/netbsd/src/sbin/raidctl/
Draidctl.c1069 RF_uint64 start_value; in do_meter()
1079 RF_uint64 amount; in do_meter()