Home | History | Annotate | Download | only in raidframe

Lines Matching refs:headSepCounter

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);