Searched refs:reconDesc (Results 1 – 7 of 7) sorted by relevance
100 rf_GetNextReconEvent(RF_RaidReconDesc_t *reconDesc, RF_RowCol_t row, in rf_GetNextReconEvent() argument103 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 …]
289 RF_RaidReconDesc_t *reconDesc; in rf_AllocRaidReconDesc() local291 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 …]
52 RF_RaidReconDesc_t *reconDesc, in rf_MakeReconControl() argument59 RF_Raid_t *raidPtr = reconDesc->raidPtr; in rf_MakeReconControl()80 reconCtrlPtr->reconDesc = reconDesc; in rf_MakeReconControl()
188 RF_RaidReconDesc_t *reconDesc; member
292 RF_RaidReconDesc_t *reconDesc; /* Reconstruction descriptor. */ member
270 rf_SignalQuiescenceLock(raidPtr, raidPtr->reconDesc); in rf_State_DecrAccessCount()
804 rf_SignalQuiescenceLock(RF_Raid_t *raidPtr, RF_RaidReconDesc_t *reconDesc) in rf_SignalQuiescenceLock() argument