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

  /src/sys/dev/raidframe/
rf_reconmap.c 138 RF_SectorNum_t i, first_in_RU, last_in_RU, ru;
153 last_in_RU = first_in_RU + sectorsPerReconUnit - 1;
206 mapPtr->status[ru] = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), (p == RU_NOTHING) ? NULL : p);
213 pt->next = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), p);
218 startSector = RF_MIN(stopSector, last_in_RU) + 1;
rf_reconmap.c 138 RF_SectorNum_t i, first_in_RU, last_in_RU, ru;
153 last_in_RU = first_in_RU + sectorsPerReconUnit - 1;
206 mapPtr->status[ru] = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), (p == RU_NOTHING) ? NULL : p);
213 pt->next = MakeReconMapListElem(mapPtr,startSector, RF_MIN(stopSector, last_in_RU), p);
218 startSector = RF_MIN(stopSector, last_in_RU) + 1;

Completed in 25 milliseconds