HomeSort by: relevance | last modified time | path
    Searched refs:curPSID (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/raidframe/
rf_reconstruct.h 109 RF_StripeNum_t curPSID; /* the next parity stripe ID to check on this
rf_reconstruct.c 808 /* back down curPSID to get ready for the next round... */
811 raidPtr->reconControl->perDiskInfo[i].curPSID--;
1166 * ctrl->{ru_count, curPSID, diskOffset} and
1196 ctrl->curPSID++;
1200 if (ctrl->curPSID > raidPtr->reconControl->lastPSID) {
1208 status = ComputePSDiskOffsets(raidPtr, ctrl->curPSID, col, &ctrl->diskOffset, &rbuf->failedDiskSectorOffset,
1219 Dprintf2("Skipping psid %ld ru %d: already reconstructed\n", ctrl->curPSID, ctrl->ru_count);
1231 rbuf->parityStripeID = ctrl->curPSID;
1257 RF_StripeNum_t psid = ctrl->curPSID;
rf_reconutil.c 94 reconCtrlPtr->perDiskInfo[i].curPSID = -1;

Completed in 44 milliseconds