Searched defs:RF_user_acc_stats_s (Results 1 – 1 of 1) sorted by relevance
43 typedef struct RF_user_acc_stats_s { struct44 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, and