Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_revent.c100 rf_GetNextReconEvent(RF_RaidReconDesc_t *reconDesc, RF_RowCol_t row, in rf_GetNextReconEvent() argument
103 RF_Raid_t *raidPtr = reconDesc->raidPtr; in rf_GetNextReconEvent()
131 if (reconDesc->reconExecTimerRunning) { in rf_GetNextReconEvent()
134 RF_ETIMER_STOP(reconDesc->recon_exec_timer); in rf_GetNextReconEvent()
135 RF_ETIMER_EVAL(reconDesc->recon_exec_timer); in rf_GetNextReconEvent()
136 reconDesc->reconExecTicks += in rf_GetNextReconEvent()
137 RF_ETIMER_VAL_US(reconDesc->recon_exec_timer); in rf_GetNextReconEvent()
138 if (reconDesc->reconExecTicks > reconDesc->maxReconExecTicks) in rf_GetNextReconEvent()
139 reconDesc->maxReconExecTicks = in rf_GetNextReconEvent()
140 reconDesc->reconExecTicks; in rf_GetNextReconEvent()
[all …]
Drf_reconstruct.c289 RF_RaidReconDesc_t *reconDesc; in rf_AllocRaidReconDesc() local
291 RF_FREELIST_GET(rf_recond_freelist, reconDesc, next, in rf_AllocRaidReconDesc()
294 reconDesc->raidPtr = raidPtr; in rf_AllocRaidReconDesc()
295 reconDesc->row = row; in rf_AllocRaidReconDesc()
296 reconDesc->col = col; in rf_AllocRaidReconDesc()
297 reconDesc->spareDiskPtr = spareDiskPtr; in rf_AllocRaidReconDesc()
298 reconDesc->numDisksDone = numDisksDone; in rf_AllocRaidReconDesc()
299 reconDesc->srow = srow; in rf_AllocRaidReconDesc()
300 reconDesc->scol = scol; in rf_AllocRaidReconDesc()
301 reconDesc->state = 0; in rf_AllocRaidReconDesc()
[all …]
Drf_reconutil.c52 RF_RaidReconDesc_t *reconDesc, in rf_MakeReconControl() argument
59 RF_Raid_t *raidPtr = reconDesc->raidPtr; in rf_MakeReconControl()
80 reconCtrlPtr->reconDesc = reconDesc; in rf_MakeReconControl()
Drf_reconstruct.h188 RF_RaidReconDesc_t *reconDesc; member
Drf_raid.h292 RF_RaidReconDesc_t *reconDesc; /* Reconstruction descriptor. */ member
Drf_states.c270 rf_SignalQuiescenceLock(raidPtr, raidPtr->reconDesc); in rf_State_DecrAccessCount()
Drf_driver.c804 rf_SignalQuiescenceLock(RF_Raid_t *raidPtr, RF_RaidReconDesc_t *reconDesc) in rf_SignalQuiescenceLock() argument