Home
last modified time | relevance | path

Searched defs:RF_RaidReconDesc_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_desc.h39 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;
[all …]