HomeSort by: relevance | last modified time | path
    Searched defs:lastPSID (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_reconstruct.h 127 RF_StripeNum_t lastPSID;/* the ID of the last parity stripe we want
rf_reconstruct.c 570 RF_StripeCount_t incPSID,lastPSID,num_writes,pending_writes,prev;
622 lastPSID = raidPtr->Layout.numStripe / raidPtr->Layout.SUsPerPU - 1;
627 raidPtr->reconControl->lastPSID = incPSID - 1;
629 /* bounds check raidPtr->reconControl->lastPSID and
633 if (raidPtr->reconControl->lastPSID > lastPSID)
634 raidPtr->reconControl->lastPSID = lastPSID;
636 if (pending_writes > lastPSID)
637 pending_writes = lastPSID + 1
    [all...]

Completed in 12 milliseconds