Searched refs:headSepCounter (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/raidframe/
H A Drf_reconstruct.h111 RF_HeadSepLimit_t headSepCounter; /* counter used to control member in struct:RF_PerDiskReconCtrl_s
H A Drf_reconstruct.c1186 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
[all...]

Completed in 201 milliseconds