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

  /src/sys/dev/raidframe/
rf_reconstruct.h 111 RF_HeadSepLimit_t headSepCounter; /* counter used to control
rf_reconstruct.c 1186 if (ctrl->headSepCounter <= raidPtr->reconControl->minHeadSepCounter)
1201 CheckForNewMinHeadSep(raidPtr, ++(ctrl->headSepCounter));
1224 ctrl->headSepCounter++;
1226 CheckForNewMinHeadSep(raidPtr, ctrl->headSepCounter); /* update min if needed */
1265 if (CheckHeadSeparation(raidPtr, ctrl, col, ctrl->headSepCounter, which_ru))
1612 if (reconCtrlPtr->perDiskInfo[i].headSepCounter < new_min)
1613 new_min = reconCtrlPtr->perDiskInfo[i].headSepCounter;
1672 ((ctrl->headSepCounter - reconCtrlPtr->minHeadSepCounter) > raidPtr->headSepLimit)) {
1674 raidPtr->raidid, col, ctrl->headSepCounter,
1680 cb->v = (ctrl->headSepCounter - raidPtr->headSepLimit + raidPtr->headSepLimit / 5)
    [all...]

Completed in 12 milliseconds