Lines Matching refs:stopSector
135 RF_SectorNum_t startSector, RF_SectorNum_t stopSector) in rf_ReconMapUpdate() argument
147 RF_ASSERT(startSector >= 0 && stopSector < mapPtr->sectorsInDisk && in rf_ReconMapUpdate()
148 stopSector >= startSector); in rf_ReconMapUpdate()
150 while (startSector <= stopSector) { in rf_ReconMapUpdate()
206 …mapPtr->status[ru] = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), (p =… in rf_ReconMapUpdate()
213 … pt->next = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), p); in rf_ReconMapUpdate()
218 startSector = RF_MIN(stopSector, last_in_RU) + 1; in rf_ReconMapUpdate()
255 (p->stopSector == i * sectorsPerReconUnit + in compact_stat_entry()
274 if (pt->stopSector >= p->startSector - 1) { in crunch_list()
275 pt->stopSector = RF_MAX(pt->stopSector, p->stopSector); in crunch_list()
293 RF_SectorNum_t stopSector, RF_ReconMapListElem_t *next) in MakeReconMapListElem() argument
299 p->stopSector = stopSector; in MakeReconMapListElem()