Lines Matching defs:RF_RaidReconDesc_s
39 struct RF_RaidReconDesc_s { struct
40 RF_Raid_t *raidPtr; /* raid device descriptor */
41 RF_RowCol_t col; /* col of failed disk */
42 RF_RaidDisk_t *spareDiskPtr; /* describes target disk for recon
44 int numDisksDone; /* the number of surviving disks that have
46 RF_RowCol_t scol; /* col ID of the spare disk (not used in dist
51 RF_Etimer_t recon_exec_timer;
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;
61 RF_RaidReconDesc_t *next;