Home
last modified time | relevance | path

Searched refs:RF_RaidReconDesc_t (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/sys/dev/raidframe/
Drf_reconstruct.h188 RF_RaidReconDesc_t *reconDesc;
300 int rf_ContinueReconstructFailedDisk(RF_RaidReconDesc_t *);
Drf_reconstruct.c171 RF_RaidReconDesc_t *rf_AllocRaidReconDesc(RF_Raid_t *,
192 void rf_FreeReconDesc(RF_RaidReconDesc_t *);
253 RF_FREELIST_DESTROY(rf_recond_freelist, next, (RF_RaidReconDesc_t *)); in rf_ShutdownReconstruction()
263 RF_RECOND_INC, sizeof(RF_RaidReconDesc_t)); in rf_ConfigureReconstruction()
270 (RF_RaidReconDesc_t *)); in rf_ConfigureReconstruction()
283 RF_RaidReconDesc_t *
289 RF_RaidReconDesc_t *reconDesc; in rf_AllocRaidReconDesc()
292 (RF_RaidReconDesc_t *)); in rf_AllocRaidReconDesc()
308 rf_FreeReconDesc(RF_RaidReconDesc_t *reconDesc) in rf_FreeReconDesc()
373 RF_RaidReconDesc_t *reconDesc; in rf_ReconstructFailedDiskBasic()
[all …]
Drf_revent.h43 RF_ReconEvent_t *rf_GetNextReconEvent(RF_RaidReconDesc_t *,
Drf_reconutil.h41 RF_ReconCtrl_t *rf_MakeReconControl(RF_RaidReconDesc_t *,
Drf_driver.h63 void rf_SignalQuiescenceLock(RF_Raid_t *, RF_RaidReconDesc_t *);
Drf_desc.h76 RF_RaidReconDesc_t *next;
Drf_raid.h292 RF_RaidReconDesc_t *reconDesc; /* Reconstruction descriptor. */
Drf_types.h192 typedef struct RF_RaidReconDesc_s RF_RaidReconDesc_t; typedef
Drf_revent.c100 rf_GetNextReconEvent(RF_RaidReconDesc_t *reconDesc, RF_RowCol_t row, in rf_GetNextReconEvent()
Drf_reconutil.c52 RF_RaidReconDesc_t *reconDesc, in rf_MakeReconControl()
Drf_driver.c804 rf_SignalQuiescenceLock(RF_Raid_t *raidPtr, RF_RaidReconDesc_t *reconDesc) in rf_SignalQuiescenceLock()